Have you created an index page (index.html or index.php) in your web folder? Apache is probably configured to deny a directory listing (which is what you get if there's no index).
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
Oberon is correct. you should read through the apache documentation regarding the server configuration file. you can set default page(s) there and also customize your error pages.
As well, you can edit the httpd.conf file to allowing directory listing (something I use with development servers so that I can view pages without having to create an index with links first.