PHP on IIS virtual server
This is a discussion about PHP on IIS virtual server in the Windows Networking category; 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 in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Sep 27
Nov 1
0
1 minute
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.