From: Kamil Domanski Date: Thu, 23 Jun 2011 21:14:09 +0000 (+0200) Subject: forbid indexes X-Git-Tag: v3.0~267^2~454 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5aa8f16bbf95b3de867a4c5e3cf1e862885e5568;p=nextcloud-server.git forbid indexes --- diff --git a/.htaccess b/.htaccess index 58230365bf5..f2172f4357a 100644 --- a/.htaccess +++ b/.htaccess @@ -2,3 +2,4 @@ ErrorDocument 404 //owncloud/templates/404.php php_value upload_max_filesize 20M php_value post_max_size 20M SetEnv htaccessWorking true +Options -Indexes