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.

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar40.webp

5 Posts
Location -
Joined 2003-09-06
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?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar22.webp

1438 Posts
Location -
Joined 2001-01-04
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.