On Tue, 18 Sep 2007 00:04:44 -0000, TechieGrl wrote:
>I've got PHP5 installed on my laptop running Windows XP Pro. I would
>like to have it installed to use IIS rather than Apache.
>
>The odd thing is that I have a phpinfo page created and sitting in
>inetpub\wwwroot. If I browse to http://127.0.0.1/test.php the page
>works. [...]
You probably have set the doc_root in your php.ini file, and I think
that forces PHP under IIS to ignore virtual directories. Try ripping out
the doc_root and see what happens.