summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-01 16:02:09 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-01 16:02:09 +0000
commit316e35784af16d38c70464f970f26375cadcc7e9 (patch)
tree11f1f03a3698bb15afcd371a3d675e4d1fd82e47 /.htaccess
parenta95f00c3a012a8dc2ae8d476fb6998d4c854a105 (diff)
downloadbrdo-316e35784af16d38c70464f970f26375cadcc7e9.tar.gz
brdo-316e35784af16d38c70464f970f26375cadcc7e9.tar.bz2
- Patch #29344 by Morbus: .htaccess file needs file protection update
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 7b49a43e2..b1aa23e5a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,10 +3,10 @@
#
# Protect files and directories from prying eyes.
-<Files ~ "(\.(inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$">
+<FilesMatch "(\.(engine|inc|module|sh|sql|theme|tpl|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
Order deny,allow
Deny from all
-</Files>
+</FilesMatch>
# Set some options.
Options -Indexes