ajout e htaccess pour rediriger vers https automatiquement

This commit is contained in:
kosmopolit
2021-05-23 19:21:19 +02:00
parent f8f77feee7
commit e4bb0d0aa2

3
.htaccess Normal file
View File

@@ -0,0 +1,3 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]