diff --git a/.htaccess b/.htaccess index e730f4ca2..dc74cd1d6 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,17 @@ # Remove autoindex -IndexIgnore * -## Options -Indexes + + IndexIgnore */* + # Try to set PHP settings -php_value upload_max_filesize 20M -php_value post_max_size 20M + + php_value upload_max_filesize 20M + php_value post_max_size 20M + + + php_value upload_max_filesize 20M + php_value post_max_size 20M + # Deny access to files starting with dot @@ -24,7 +31,7 @@ php_value post_max_size 20M Deny from all -# Disable OSM indexing of php, html, htm, pdf files +# Disable indexing of php, html, htm, pdf files Header set X-Robots-Tag: "noindex"