|
Редирект на HTTPS
.httpaccess |
19.08.19
16:45:15 |
RewriteEngine On
RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]|
Редирект на HTTPS
.httpaccess |
19.08.19
16:45:15 |
RewriteEngine On
RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]