Index: .htaccess =================================================================== RCS file: /cvs/drupal/drupal/.htaccess,v retrieving revision 1.84 diff -u -r1.84 .htaccess --- .htaccess 18 May 2007 17:44:29 -0000 1.84 +++ .htaccess 18 May 2007 17:48:57 -0000 @@ -76,7 +76,7 @@ # RewriteCond %{HTTP_HOST} ^example\.com$ [NC] # RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] # - # To force users to access the site WITHOUT the 'www.' prefix, + # To redirect all users to access the site WITHOUT the 'www.' prefix, # (http://www.example.com/... will be redirected to http://example.com/...) # adapt and uncomment the following: # RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]