1.

How Do I Disable Directory Indexing?

Answer»

You can use “OPTIONS -INDEXES” in RESPECTIVE DIRECTORY directive.
Ex:

Options -Indexes

<Directory />
Options -Indexes
</Directory>

 

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

Options -Indexes

<Directory />
Options -Indexes
</Directory>

 



Discussion

No Comment Found