I just installed PHP 5.3 on XP with IIS 5. I've configured IIS and the php.ini file as best as I could with all of the recommendations I could find on the web, but something still isn't right. Here is what is happening...
When I try to load a php (basic hello world) page at http://localhost/phpinfo.php, the page will load for about half a second then gets redirected to http://www.localhost.com/phpinfo.php and the pages comes up with a "The connection was reset" error (in Firefox). It also seems to break or shutdown IIS because if I try to load an ASP page right after that, I get an "Unable to connect" error.
Anyone run into this issue before, or have any ideas on how what I need to configure? Thanks in advance.

