diff --git a/.htaccess b/.htaccess index 3a3030f580b..d61211eaa7d 100755 --- a/.htaccess +++ b/.htaccess @@ -126,5 +126,9 @@ RedirectMatch 403 ^/main/inc/lib/javascript/bigupload/files - Require all denied - \ No newline at end of file + Require all denied + + + + Options -Indexes + \ No newline at end of file diff --git a/documentation/installation_guide.html b/documentation/installation_guide.html index 63919baa7f1..0254b188565 100755 --- a/documentation/installation_guide.html +++ b/documentation/installation_guide.html @@ -773,6 +773,9 @@

Apache RewriteRules

Require all denied + + Options -Indexes +

Special note on sharing questions between courses

@@ -872,6 +875,7 @@

Nginx

deny all; return 403; } + autoindex off;

Apple on OS X servers