I want to test out some PHP code I wrote and run a small website through IIS7 just to test it before it gets uploaded to the host. Either my problem is unusual or my Google-fu is weak but here is the problem.
IIS7 - Seems to be working fine. I get the “Welcome” splash page
PHP - Installed and ready to go
But when I try to call up any webpage through local host I get “Internet Explorer cannot disply the webpage.”
I’ve tried a file in the default directory: http://localhost/menu.html
I’ve tried a file in another directory: http://localhost/C:/saintcad/test.html
I’ve tried setting up a virtual domain: http://localhost/www.HiThere.com/test.html
All give the same “Cannot display” error. What am I missing?