custom dir index?
- Started
- Last post
- 7 Responses
- mg33
Know how you can view a folder's contents on the web when there's no index.html file in the folder?
Anyone know how you can customize how it appears on the web? Is there a way to pull the directory contents into an index file to list everything the same way?
Thanks.
- maximillion_0
thats now normally turned of for security reasons.(dir listings)
you could use htacces and the rewrite engine to call a php file that reads the directory and then presents the information how you want it
- Seff0
i have a php file that will display your contents like this:
http://www.birddogindustries.com…ill float it to you if you want it
- mg330
Thanks, I think I'll just stick with the regular ol' way.
Oh, and I think your page needs to marry my ywft profile page:
http://www.youworkforthem.com/my…
- acescence0
if you use your own script, you'll have to copy it into every dir you want to index.
better to use mod_autoindex
- acescence0
of course i'm assuming you're using apache. but what else would you use? certainly not IIS. i would have to clown you heavily if so.
- mg330
It is an apache server.
- maximillion_0
nice link asc, you can do loads with apache and it makes life alot easier..