diff --git a/web/.htaccess b/web/.htaccess index 94db220e..8fa5e3a3 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -3,15 +3,15 @@ AddDefaultCharset UTF-8 Options +FollowSymlinks -Indexes #Order Deny,Allow - #Allow from 80.13.219.222 + #Allow from 92.108.30 #Deny from all RewriteEngine On # Forcer le HTTPS - RewriteCond %{SERVER_PORT} 80 - RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L] + #RewriteCond %{SERVER_PORT} 80 + #RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=302,L] # Forcer le sous domaine #RewriteCond %{HTTP_HOST} !^www.light-domotique.fr$