Files
2022_WEBSITE_kosmopolit/old/.htaccess
2022-03-26 18:56:28 +01:00

4 lines
100 B
ApacheConf

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