Skip to content

Instantly share code, notes, and snippets.

@zaurmag
Created September 15, 2016 13:07
Show Gist options
  • Save zaurmag/5e63fcd52361900d55cc86bf0d1edcd7 to your computer and use it in GitHub Desktop.
Save zaurmag/5e63fcd52361900d55cc86bf0d1edcd7 to your computer and use it in GitHub Desktop.
Редирект с http на https
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://zaurmag.ru/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment