my site runs fine but always asks for username and password
running php as cgi
its driving me nuts
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Running win 2000 server with IIS
PHP as cgi
When going to the site, users are asked
for a username and password even though it
is setup for anonomous access.
It works fine with html pages.
Seems like the php.exe is causing the permission problem.
--
PHP Windows Mailing List (http://www.php.ne
Find this in your php.ini
Adjust to meet your requirements
Your mail will now work
Remember you must restart IIS
after you make these changes.
[mail function]
; For Win32 only.
SMTP = smtp.yourserver.net
; For Win32 only.
sendmail_from = [EMAIL PROTECTED]
"Chris Schoeman" <[EMAIL PROTECTED]> w