Skip to content

Instantly share code, notes, and snippets.

@curegit
Last active March 16, 2019 14:06
Show Gist options
  • Save curegit/07fd500f2083acac4bc4874a72d7c43b to your computer and use it in GitHub Desktop.
Save curegit/07fd500f2083acac4bc4874a72d7c43b to your computer and use it in GitHub Desktop.
SSLへリダイレクト
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
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