diff options
author | Raoul Bhatia <raoul@bhatia.at> | 2013-01-23 11:07:34 +0100 |
---|---|---|
committer | Raoul Bhatia <raoul@bhatia.at> | 2013-01-23 11:07:34 +0100 |
commit | 5422e6d5ae65f4f11eaf84bf7e83e4cb64a1f18a (patch) | |
tree | fd94e58041c5a17e25c0c0809bd1706f03966fac | |
parent | 60753b05faa87b6ee6a7b0f22b85cb664478269f (diff) |
prevent access to UPGRADING via .htaccess
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ RewriteEngine On RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico # security rules RewriteRule .git - [F] -RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F] +RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG|UPGRADING)$ - [F] </IfModule> <IfModule mod_deflate.c> |