From ed2ffa3fa28a73643c68ef9d7895e6c178da2d4d Mon Sep 17 00:00:00 2001 From: trendschau Date: Mon, 30 Nov 2020 08:45:17 +0100 Subject: [PATCH] Version 1.4.2: small htaccess fix --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 03dfe07..39493b6 100644 --- a/.htaccess +++ b/.htaccess @@ -14,8 +14,8 @@ RewriteEngine On # RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Use this to redirect www to non-wwww on apache servers -RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] -RewriteRule ^(.*)$ http://%1/$1 [R=301,L] +# RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] +# RewriteRule ^(.*)$ http://%1/$1 [R=301,L] # Use this to redirect slash/ to url without slash on apache servers # RewriteCond %{REQUEST_FILENAME} !-d