PDA

View Full Version : Password - yes / User Name - no


rlanning
10-24-02, 08:07 AM
I have a section of my web password protected using the method described in the .htaccess tutorial. That's working fine.

However, I would like for anyone with the password to enter that section. Is there a way to reconfigure the .htaccess or .htpasswd files so that the pop-up requests password only?

IOW, I don't want it to ask for the User Name.

Thanks,
Ron L.

NMS
10-24-02, 08:27 AM
you would have to use some sort of cgi-script. The login is used because it is much more secure.

Try and ask this in the cgi forum