Skip to content

Instantly share code, notes, and snippets.

@akkord87
Last active June 30, 2019 21:02
Show Gist options
  • Save akkord87/09b4eead076cef5fc0e55c66f0ab0c57 to your computer and use it in GitHub Desktop.
Save akkord87/09b4eead076cef5fc0e55c66f0ab0c57 to your computer and use it in GitHub Desktop.
301 редирект со всех http-адресов страниц на соответствующие новые адреса с https
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