I solved the problem... maybe not with the best posible solution, but it worked.
1) configure everything with php.exe instead of phpisapi.dll 2) copy a working php.ini file to your x:\windows directory. (For me it was from an XP installation) this php file had "cgi.force_redirect = 0" and solved the most problems. We are installing on a IIS and if we read the comment of this parameter we see ; **You CAN safely turn this off for IIS, in fact, you MUST.** And like by magic :o) everything worked fine. I hope it will help someone. Greetz "Xavier Mertens" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I did all the steps from this tutorial > (http://mccammon.org/php/iis6_install.php) on how to install PHP on IIS 6. > > when I call for example http://localhost/test.php IE asks for a password > authentication. I verified the security settings for I_USER and everything > seems te be right to me. > > But I still can't view a .php page. Authentification with a existing login > and password doesn't show the page neither. > > What step am I missing? > > thx in advanve, > greetings > > Mertens X > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php