Files
2022_WEBSITE_kosmopolit/.htaccess

4 lines
100 B
ApacheConf

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]