palmatec
01-13-2004, 05:35 AM
Hello,
I am trying to use the "location:" command to redirect users to a htaccess protected directory after successful login. Once the
Username and password is cleared by the script, then...
print "Location: http://uswer:password\@www.domain.net/private_directory\n\n";
The script works fine but i still get a popup window asking for the login information.
I am trying to use the "location:" command to redirect users to a htaccess protected directory after successful login. Once the
Username and password is cleared by the script, then...
print "Location: http://uswer:password\@www.domain.net/private_directory\n\n";
The script works fine but i still get a popup window asking for the login information.