Files
WEBSITE_hugulumu/.htaccess
2024-06-08 11:22:59 +02:00

5 lines
129 B
ApacheConf

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