Description: Here I have explained how to disable directory browsing in Apache.
Procedure:
Procedure:
- Open http configuration file on given path /etc/httpd/conf/httpd.conf
- Remove "indexes" word and save the file
Options Includes Indexes FollowSymLinks MultiViews
TO
Options Includes FollowSymLinks MultiViews
- Save Configuration file and Restart service
No comments:
Post a Comment