I am new to the world of client/server but not to the world of programming. I have successfully installed Apache on a Window XP machine and am running scripts thru the default cgi-bin directory. My problem is this: I can't get localhost to default to anything except the default index.html file. When I create a new folder and enter its URL as default, I get error " HTTP 403 - Permission forbidden (You are not authorized to view this page)" rather than the expected file directory. I have tried:
Alias /default/ "C:/(foldername)/"
UserDir "(foldername)"
<Directory "C:/(foldername)"
in httpd.conf without success
Any assistance with this problem would be greatly appreciated.