views:

12

answers:

0

I'm working on a website for the marching band that I'm part of, and there is a "Member's Only" page that requires a password. When you click the link for the page, you're prompted for a username and password. If you enter an incorrect user/pass and click OK you are correctly directed to a generic error page.

However, if you click Cancel, you are also directed to the error page, and I'd rather the original page refresh without the prompt

If anyone knows how to customize Authorization in htaccess, I could use any help you have to offer. Thank you!