Re: Set Up PhP of IIS 5.1
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Set Up PhP of IIS 5.1

From: Peter van Schie <vanschie.peter@gmail.com>
Date: Mon Jul 18 2005 - 00:26:33 CEST

Mike Thomas wrote:

> In IIS I have made a virtual directory pointing to e:\work\phpapp, and have
> set the doc_root in php.ini to e:\work\phpapp.
>
> If I move journal.html to c:\inetpub\wwwroot, journal.html opens
> correctly, but the call to JournalResp.php generates a 'no input file'
> error.
>
> So, how can I set up IIS/Php to find the files in e:\work\phpapp when I open
> them using localhost?

This seems more like an IIS issue than a PHP issue, but anyway....
What did you name your virtual directory pointing to e:\work\phpapp?
You should try browsing to
http://localhost/nameofyourvirtualdirectory/journal.html instead of just
http://localhost/journal.html.

-- 
http://www.phpforums.nl
Received on Mon Oct 17 21:09:27 2005