summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-14 09:08:26 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-04-14 09:08:26 +0000
commit52379be172ff3654655bcae46176e8126be5b3f5 (patch)
tree1a1dcbfaab3513224e8287a792d717418424641b /.htaccess
parent683048e69adcc150e6a3c83bcac29937eff86378 (diff)
downloadbrdo-52379be172ff3654655bcae46176e8126be5b3f5.tar.gz
brdo-52379be172ff3654655bcae46176e8126be5b3f5.tar.bz2
#58647, don't show tpl.php files to people, patch by Morbus Iff
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index bedf519ff..ce35f6d15 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "(\.(engine|inc|install|module|sh|.*sql|theme|tpl|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
+<FilesMatch "(\.(engine|inc|install|module|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
Order deny,allow
Deny from all
</FilesMatch>