Skip to content

Commit

Permalink
Merge pull request #2 from antoinec/master
Browse files Browse the repository at this point in the history
Security rule deprecated
  • Loading branch information
till committed May 9, 2012
2 parents 69cdf7b + a93f39a commit 610b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ php_value mbstring.func_overload 0
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/default/images/favicon.ico
# security rules
RewriteRule .svn/ - [F]
RewriteRule .git/ - [F]
RewriteRule ^README|INSTALL|LICENSE|SQL|bin|CHANGELOG$ - [F]
</IfModule>

Expand Down

0 comments on commit 610b6a3

Please sign in to comment.