diff options
author | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-14 09:08:26 +0000 |
---|---|---|
committer | Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org> | 2006-04-14 09:08:26 +0000 |
commit | 52379be172ff3654655bcae46176e8126be5b3f5 (patch) | |
tree | 1a1dcbfaab3513224e8287a792d717418424641b /.htaccess | |
parent | 683048e69adcc150e6a3c83bcac29937eff86378 (diff) | |
download | brdo-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-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |