PHP on IIS virtual server
I've been running PHP and IIS for some time without a hitch. . . Now I'm hosting a second domain with the same IIS server on the same machine. . I added the site and determine which site it is with host header information.
I've been running PHP and IIS for some time without a hitch... Now I'm hosting a second domain with the same IIS server on the same machine..
I added the site and determine which site it is with host header information.. That part works.. However, the PHP does not.. Even a simple test.php file with a phpinfo(); will yeild, something like..
Error: No input file specified..
Ideas?
I added the site and determine which site it is with host header information.. That part works.. However, the PHP does not.. Even a simple test.php file with a phpinfo(); will yeild, something like..
Error: No input file specified..
Ideas?
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
go into the virtual site - open it - properties / home directory - configuration and be sure that the php extension is there, if not "add" a new extention - put in php and point it to the exe or the isapi dll - which ever u use for php processing.