From faf322b0c17a42275fb80bbe5488bea0d926c0aa Mon Sep 17 00:00:00 2001 From: Ed sea Date: Sat, 2 Aug 2025 23:54:55 +0200 Subject: [PATCH] Update htaccess for non-ssl --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 79bfb37..f903aca 100644 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,8 @@ RewriteEngine On # Force HTTPS (redirect HTTP to HTTPS) -RewriteCond %{HTTPS} off -RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] +#RewriteCond %{HTTPS} off +#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Redirect www to non-www (if you want to remove www) RewriteCond %{HTTP_HOST} ^www\.(example\.com)$ [NC]