PHP / IIS / Virtual Domains..

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
scoob8000
Forum Newbie
Posts: 2
Joined: Thu Sep 25, 2003 10:00 pm

PHP / IIS / Virtual Domains..

Post by scoob8000 »

Hope I'm in the right place.. 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?

Thanks
-scoob8000
scoob8000
Forum Newbie
Posts: 2
Joined: Thu Sep 25, 2003 10:00 pm

Post by scoob8000 »

bump?

I tried reinstalling PHP, and it still has the same effect..

-scoob8000
Leed
Forum Newbie
Posts: 1
Joined: Sun Oct 05, 2003 5:52 am
Location: Prague, Czech rep., EUROPE

Post by Leed »

Maybe this page will help you: http://php.planetmirror.com/manual/it/install.iis.php
I had same problem and I solved it.
I installed PHP in ISAPI mode and now all works fine.
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

Post by hedge »

Each 'website' has to be set up to handle php, just make sure the settings are carbon copy from one to the other.
Post Reply