diff --git a/.htaccess b/.htaccess index 274d64cd..5f23f4fe 100644 --- a/.htaccess +++ b/.htaccess @@ -5,6 +5,8 @@ Options +FollowSymLinks +ExecCGI RewriteEngine On RewriteBase / +RewriteRule "(^|/)(CVS|\.svn|\.git)/" - [F] + # strip www. from the domain RewriteCond %{HTTP_HOST} ^www\.mit-license\.org$ [NC] RewriteRule ^(.*)$ http://mit-license.org/$1 [R=301,L]