Thursday, July 24, 2008

Stop Directory Listing (Indexing) on Apache web server

Hello @ all

With a simple one line insertion in httpd.conf file, you can stop full listing of your directory on the web ...

Insert the following line in httpd.conf file

IndexIgnore *

( Insert any where in the file but make sure not be in any of the node starting with <...../> )

***** Happy Apache web server Configuration*****

No comments: