summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-24 18:00:27 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-24 18:00:27 +0000
commitf830e05a45b7137b528b387a583f618b7097b636 (patch)
tree8cbff2421ef7682928bbcf435edd7fc0ae4a17fb /.htaccess
parent1b7fd5e67bb77455131a1cb62f46dbf45b7d7b32 (diff)
downloadbrdo-f830e05a45b7137b528b387a583f618b7097b636.tar.gz
brdo-f830e05a45b7137b528b387a583f618b7097b636.tar.bz2
#54784, protect .install, .*sql files, patch by eafarris.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index cdfed3f3d..16193a2a0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "(\.(engine|inc|module|sh|sql|theme|tpl|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
+<FilesMatch "(\.(engine|inc|install|module|sh|.*sql|theme|tpl|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
Order deny,allow
Deny from all
</FilesMatch>