Web Hosting Talk







View Full Version : Ensim, turn on directory listing?


SeanC
12-04-2002, 04:58 PM
can I turn on directory listing or directory browsing (if there's no index file you CAN see the contents)?

I have a client that wants to upload some files for employees and have them grab the file of their choice without having to build an html page each time there's an update.

thanks!
Sean

bear
12-04-2002, 07:42 PM
Just place an .htaccess file in their root directory with this:
Options Indexes

http://hoohoo.ncsa.uiuc.edu/docs/setup/access/Options.html
If they place an index.html in the directory, this will not stop it from displaying.