Skip to content

Instantly share code, notes, and snippets.

@ma2i
Created September 20, 2019 02:19
Show Gist options
  • Save ma2i/ca7bd73080d362a9f68994258ae08366 to your computer and use it in GitHub Desktop.
Save ma2i/ca7bd73080d362a9f68994258ae08366 to your computer and use it in GitHub Desktop.
httpsに統一
# httpsに統一
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment