apache https redirect

20.11.2019 - Записи в блоге

RewriteCond %{HTTP_SCHEME} !https
RewriteCond %{HTTP_HOST} !vadimdenisov.ru
RewriteRule ".?" "-" [S=1]
RewriteRule ^(.*)$ https://vadimdenisov.ru/$1 [R=301,L]

Надо проверить

› tags: apache / https / redirect /