diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-07-28 14:27:18 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-07-28 14:27:54 +0200 |
commit | dfaf8c5b8c5f1152275a2201b6b44c29fa10397c (patch) | |
tree | d2805006d40f78f11030c265d88e36a9bcdd3c19 /.htaccess | |
parent | addbb83521283674b933725cea1f7824632bbe52 (diff) |
- Fix rewrite rule in .htaccess (#1489240)
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ php_value mbstring.func_overload 0 RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico # security rules -RewriteRule .git - [F] +RewriteRule \.git - [F] RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|CHANGELOG|UPGRADING)$ - [F] RewriteRule ^/?(SQL|bin) - [F] </IfModule> |