Thanks for the help... it seems to work. I just noticed that the config file had the wrong <Directory "/var/www/html"> Thanks for the help! -Michael On Fri, 2003-05-02 at 10:19, Joseph Tate wrote: > Make sure you have "DirectoryIndex index.html index.php" in your > httpd.conf file. > > Also if you want to show directory listings, you need to add Options > Indexes to the directory. > > Joseph > > Michael Smith wrote: > > >Hi, > > > >And before you ask, yes my permissions are set correctly. > > > >What happens is when you go to like: > > > >http://localhost/ it gives you a 403/Forbidden page... (or any directory > >for that matter) but if you give the index.html or index.php it gives > >you the correct output... any ideas? > > > >-Michael > > > > > > > > > >