I used to use PHP with IIS as a web server, and everthing was working fine. Recently i formatted my pc, and i decided to try out Apache instead of IIS. I installed apache and when i type http://localhost in my web browser i get the page that apache is installed successfully. I have also installed php 5 the binary version using the same guidelines which i used to use with my previous installations (and never had any problems) ... however, this time when i put a website in the root folder and try to access it via my web browser http://localhost/sitefolder/index.php i am simply getting this page cannot be displayed. Any suggestions what might be the problem.
Thanks for any feedback.