PDA

View Full Version : Empty directory browsing


jonasmckee
11-7-09, 01:51 PM
i did this a long time ago, but forget.. how do you allow directory browsing when there isnt an index file?

Allan
11-7-09, 02:51 PM
Select the proper directory in .htaccess Editor tool under website section in OPS and Enable Directory Browsing for that dorectory. The link is : http://members.powweb.com/webControl/htaccess/?m=dirbrowse .

snowmaker
11-7-09, 03:00 PM
Or edit the .htaccess file yourself, and put this line in
Options +Indexes

jonasmckee
11-7-09, 04:37 PM
Thanks.. duh.. i thought i looked there...