Aleksander Machniak
2013-11-05 540e112bd85875fec851b521dfa1e5d12429fd47
.htaccess
@@ -27,11 +27,18 @@
RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
# security rules
RewriteRule .git - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F]
RewriteRule ^/?(SQL|bin) - [F]
RewriteRule \.git - [F]
RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [NC,F]
RewriteRule ^/?(SQL|bin) - [NC,F]
</IfModule>
# deny access to all files not containing a "." (dot)
# to block access to different README, ChangeLog, etc. files
# of various skins and plugins.
<FilesMatch "^[^\.]+$">
Deny from all
</FilesMatch>
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
</IfModule>