From 83cf488d4a1e6690c78bef6342369effd29e1ec5 Mon Sep 17 00:00:00 2001 From: bachy Date: Wed, 13 Feb 2013 12:51:33 +0100 Subject: [PATCH] htaccess again Signed-off-by: bachy --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index de500a4c..04b24319 100644 --- a/.htaccess +++ b/.htaccess @@ -90,8 +90,8 @@ DirectoryIndex index.php index.html index.htm # To redirect all users to access the site WITH the 'www.' prefix, # (http://example.com/... will be redirected to http://www.example.com/...) # uncomment the following: - RewriteCond %{HTTP_HOST} !^www\. [NC] - RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + # RewriteCond %{HTTP_HOST} !^www\. [NC] + # RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # # To redirect all users to access the site WITHOUT the 'www.' prefix, # (http://www.example.com/... will be redirected to http://example.com/...)