summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-10-17 08:36:19 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-10-17 08:36:19 +0000
commitcc61cd3028952b19cced703a6500537d88637578 (patch)
treedc611fe7a0d67c6340e93120a9dbe91e4a246ca6 /.htaccess
parent4d70f796d67496c7a9b2cc28f5baaa223437240b (diff)
downloadbrdo-cc61cd3028952b19cced703a6500537d88637578.tar.gz
brdo-cc61cd3028952b19cced703a6500537d88637578.tar.bz2
#81845 by Ralf Stamm. Add Apache .htaccess restriction for .info files.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e80aa29bc..3e228bb5a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "(\.(engine|inc|install|module|profile|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
+<FilesMatch "(\.(engine|inc|info|install|module|profile|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
Order deny,allow
Deny from all
</FilesMatch>