Files
WEBSITE_hugulumu/.htaccess
2023-11-30 14:08:27 +01:00

5 lines
129 B
ApacheConf

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