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.

Windows Networking 2246 This topic was started by , . Last reply 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 in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Sep 27
Created
Nov 1
Last Response
0
Likes
1 minute
Read Time
User User
Users

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.