Thomas Bruederli
2013-02-10 0016cde2fe143643e95a878c53b1c95b318d5aa4
Fix rewrite rule to actually prevent access to bin/ and SQL/ directories
1 files modified
3 ■■■■ changed files
.htaccess 3 ●●●● patch | view | raw | blame | history
.htaccess
@@ -31,7 +31,8 @@
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
# security rules
RewriteRule .git - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F]
RewriteRule ^/?(SQL|bin) - [F]
</IfModule>
<IfModule mod_deflate.c>