Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Domanski <kdomanski@kdemail.net>2011-06-24 01:14:09 +0400
committerKamil Domanski <kdomanski@kdemail.net>2011-06-24 01:14:09 +0400
commit5aa8f16bbf95b3de867a4c5e3cf1e862885e5568 (patch)
tree5d0dc4c49d84d9ec14770fb3c61e894b2cfb2518 /.htaccess
parent8b76590f5db0c2c94dcf3e868d0e39494a1e39b1 (diff)
forbid indexes
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
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