I need to know how or what I need to do to make a folder on my server “browsable”. What i mean is, I want to be able to go to the folder and see whats in it, barring theres not index.html…
Any help is appreciated!
use the .htaccess files and add the Options +Indexes line to your .htaccess file
That will allow you to view the contents of the directories. If you cannot use .htaccess files then you will need to add that line in your httpd.conf file in the right area. I am thinking the .htaccess file will work for you though.
thanks for help.
it working
Leave a Reply
You must be logged in to post a comment.