Leed 0 Posted September 27, 2003 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? Share this post Link to post
Mr.Guvernment 0 Posted November 1, 2003 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. Share this post Link to post