Thomas Bruederli
2013-02-10 3568c7c04b58467d1ad2145de506fdcc8b905e9f
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|UPGRADING)$ - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F]
RewriteRule ^/?(SQL|bin) - [F]
</IfModule>
<IfModule mod_deflate.c>