Index: branches/5.0.x/tools/.htaccess =================================================================== diff -u -N -r12628 -r12975 --- branches/5.0.x/tools/.htaccess (.../.htaccess) (revision 12628) +++ branches/5.0.x/tools/.htaccess (.../.htaccess) (revision 12975) @@ -15,6 +15,14 @@ ## Enable mod-rewrite RewriteEngine On +###### Rewrite rule to force 'www.' prefix. Use only if needed +# If your site can be accessed both with and without the 'www.' prefix, +# use the following setting to redirect all users to access the site with the 'www.' +# when they access without 'www.'. Uncomment and MAKE sure to adapt for your domain name +# +# RewriteCond %{HTTP_HOST} ^example\.com$ [NC] +# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] + ###### Rewrite rules to block common hacks ## If you experience problems comment out the operations listed below ## Block out any script trying to base64_encode crap to send via URL