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:18 +0200 |
commit | 1c51d16eb3c564702597b86e9ea40f2791052a7c (patch) | |
tree | d58cec1cd4a7a0edfe063fcc172687e12ec19a53 /.htaccess | |
parent | 59f0313d98bf1e06624fedd5137e7138dfcfaf30 (diff) |
- Fix rewrite rule in .htaccess (#1489240)
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ php_value session.gc_probability 1 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> |