Apache Server configuration support - Viewing folder contents

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > January 2004 > Viewing folder contents





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Viewing folder contents
elyob

2004-01-19, 7:13 am

Have researched the http.conf changes I need to make to view what's in the
folder if no index page is there. This is my home server on XP pro for
devlopment purposes, so I can't be bothered to keep developing index pages.

From what I read, I have to put in "Options +Indexes", but I still get the
403 Forbidden message.

Is there another reason I could be missing ????

Thanks

** Part of conf file below **

<Directory />
Options +Indexes FollowSymLinks
AllowOverride None
</Directory>

<Directory "E:/~htdocs">
Options +Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>



elyob

2004-01-19, 7:14 am

Really useful newsgroup this.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com