Last active
June 30, 2019 21:02
-
-
Save akkord87/09b4eead076cef5fc0e55c66f0ab0c57 to your computer and use it in GitHub Desktop.
301 редирект со всех 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
RewriteEngine On | |
RewriteCond %{SERVER_PORT} !^443$ | |
RewriteRule ^(.*)$ https://site.ru/$1 [R=301,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment