summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-29 06:16:14 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-29 06:16:14 +0000
commit94fbfe8b3c1830872e2a02cbd5b3bb015b2c9c0d (patch)
tree1cfc9072dc711d18b128111fb9544284b0f2f0e9 /.htaccess
parentf0093445ffb854db2774a1f9f096a7329344ccb1 (diff)
downloadbrdo-94fbfe8b3c1830872e2a02cbd5b3bb015b2c9c0d.tar.gz
brdo-94fbfe8b3c1830872e2a02cbd5b3bb015b2c9c0d.tar.bz2
#93865 by Jax. More correct Order directive.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess3
1 files changed, 1 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 3e228bb5a..937fdbad4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,8 +4,7 @@
# Protect files and directories from prying eyes.
<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
+ Order allow,deny
</FilesMatch>
# Don't show directory listings for URLs which map to a directory.