From 94fbfe8b3c1830872e2a02cbd5b3bb015b2c9c0d Mon Sep 17 00:00:00 2001 From: Neil Drumm <drumm@3064.no-reply.drupal.org> Date: Wed, 29 Nov 2006 06:16:14 +0000 Subject: [PATCH] #93865 by Jax. More correct Order directive. --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 3e228bb5a8f2..937fdbad43ec 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. -- GitLab