0 votes
in Apache Webserver by
How Do I Disable Directory Indexing?

1 Answer

0 votes
by

You can use “Options -Indexes” in respective directory directive.

Ex:

        Options -Indexes

<Directory />

       Options -Indexes

</Directory>

Related questions

0 votes
asked May 9, 2020 in AWS by Robindeniel
0 votes
asked Mar 30, 2022 in Apache Webserver by sharadyadav1986
...