Created
September 15, 2016 13:07
-
-
Save zaurmag/5e63fcd52361900d55cc86bf0d1edcd7 to your computer and use it in GitHub Desktop.
Редирект с http на https
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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