Answer the question
In order to leave comments, you need to log in
How can the server be allowed to manage the Apache server using .htaccess files?
How can the server be allowed to manage the Apache server using .htaccess files? Because the problem is this, in each folder I put the .htaccess file, with the following content:
<Files>
Options -Indexes
Order Deny,Allow
Deny from all
< /Files>
Answer the question
In order to leave comments, you need to log in
In this case, you can do
a2dismod autoindex
Then autoindexes will turn off completely.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question