summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-04 22:26:41 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-04 22:26:41 +0000
commit8a65b86d1c31a077485eae402af180de7bab168f (patch)
tree39f7dea873c563042e7ab993f0f85705ef44adfa /.htaccess
parent1b503eaac98f303b7227e612f763c2e050913cb2 (diff)
downloadbrdo-8a65b86d1c31a077485eae402af180de7bab168f.tar.gz
brdo-8a65b86d1c31a077485eae402af180de7bab168f.tar.bz2
#151634 by Ralf Stamm: protect .schema files from being read over the web, if .htaccess is parsed and adhered to
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 9fe2097ad..8ff496793 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "(\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
+<FilesMatch "(\.(engine|inc|info|install|module|profile|po|schema|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
Order allow,deny
</FilesMatch>