hi, downloaded and installed these progs on my windows98 machine. calling my browser authentication script which worked normally with apache 1.3.36 and php 4.1.2 returns nothing, or to be specific the line that should only be displayed when pushing escape after the passwordprompt appeares (->"No Login").
My Script looks like this: header("WWW-Authenticate: Basic realm=\"Intranet\""); header("HTTP/1.0 401 Unauthorized"); echo "No Login"; but the passwordprompt does not appear at all, as if the header is not user or interpreted correctly. php runs as a module in my httpd.conf LoadModule php4_module "D:/Programme/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php register globals is on. i don't know what is wrong and i appreciate any help? is there anyone who is having the same kind of problem? Benjamin -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php