apache https redirect

20.11.2019 / 0 comments

RewriteCond %{HTTP_SCHEME} !https RewriteCond %{HTTP_HOST} !vadimdenisov.ru RewriteRule «.?» «-» [S=1] RewriteRule ^(.*)$ https://vadimdenisov.ru/$1 [R=301,L] Надо проверить