I installed the windows versions of apache/php 4.0.5/mysql and when I try to access my site (index.php) and i type http://localhost i get a forbidden page. But when i use the index.php (http://localhost/index.php) it works. How do i make it display the page instead of the forbidden page when i dont use index.php??
THanks, -Frank
You need to add index.php to the htdocs.conf DirectoryIndex index.html index.php
Cheers, ikhsan