Explorar o código

htaccess again

Signed-off-by: bachy <git@g-u-i.net>
bachy %!s(int64=11) %!d(string=hai) anos
pai
achega
83cf488d4a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .htaccess

+ 2 - 2
.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/...)