diff options
-rw-r--r-- | kolab.org/www/drupal-7.18/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolab.org/www/drupal-7.18/.htaccess b/kolab.org/www/drupal-7.18/.htaccess index 246edc2..3ea708e 100644 --- a/kolab.org/www/drupal-7.18/.htaccess +++ b/kolab.org/www/drupal-7.18/.htaccess @@ -4,7 +4,7 @@ # Protect files and directories from prying eyes. <FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(\..*|Entries.*|Repository|Root|Tag|Template)$"> - Order allow,deny + Require all denied </FilesMatch> # Don't show directory listings for URLs which map to a directory. |