My Configuration
OS: Win XP sp3 , PHP: 5.2.10, IIS: 5.1
I installed and configure PHP using following link. I created the page which phpinfo.php and it displays the PHP configuration, so i guess my PHP installation is correct.
I have got a small website which someone did in PHP and now i am trying to learn PHP using that website.
I have created a virtual directory under Default Website pointing to a folder on other drive. When i type http://localhost/vf/index.php nothing is being displayed, just a blank page not even the error, where vf is the alias.
If I copy phpinfo.php in the root of the folder and type http://localhost/vf/phpinfo.php then it displays the php configuration. I cant understand what I am doing wrong. To me it seems like something very minor but I cant just get my head around it.
I would really appreciate if anyone can spot something that I have missed.
Thanks in advance
Mitesh