--- drupal-8.x-dev/.htaccess 2012-07-24 09:14:17.000000000 -0400 +++ drupal-8.x-dev2/.htaccess 2012-07-24 09:19:46.000000000 -0400 @@ -78,6 +78,8 @@ # 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} !. + # RewriteRule ^ http://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] # RewriteCond %{HTTP_HOST} !^www\. [NC] # RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] #