diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-10-17 08:36:19 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-10-17 08:36:19 +0000 |
commit | cc61cd3028952b19cced703a6500537d88637578 (patch) | |
tree | dc611fe7a0d67c6340e93120a9dbe91e4a246ca6 /.htaccess | |
parent | 4d70f796d67496c7a9b2cc28f5baaa223437240b (diff) | |
download | brdo-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-- | .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|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> |