diff --git a/build/debian/apache/.htaccess b/build/debian/apache/.htaccess index 21fdbc00cf706079be1c17cec8ae2e713342dac4..a59829d970bd95aa2fc2f3f58e1d4f8bebd4c5f8 100644 --- a/build/debian/apache/.htaccess +++ b/build/debian/apache/.htaccess @@ -1,17 +1,8 @@ -# To disable access +# File used to disable access into directory documents <IfVersion >= 2.3> Require all denied </IfVersion> <IfVersion < 2.3> Order deny, allow Denied from all -</IfVersion> - -# To allow access -<IfVersion >= 2.3> -Require all granted -</IfVersion> -<IfVersion < 2.3> -Order allow, deny -Allow from all -</IfVersion> +</IfVersion> \ No newline at end of file