summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-07-28 14:27:18 +0200
committerAleksander Machniak <alec@alec.pl>2013-07-28 14:27:54 +0200
commitdfaf8c5b8c5f1152275a2201b6b44c29fa10397c (patch)
treed2805006d40f78f11030c265d88e36a9bcdd3c19 /.htaccess
parentaddbb83521283674b933725cea1f7824632bbe52 (diff)
- Fix rewrite rule in .htaccess (#1489240)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 481bd091a..345d26dba 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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>