Hi,

Further to my htaccess issues i've now got it to work so that the whole username & password drop down etc works on certain pages and re-directs to 'Not Authorised' if it's a bad password.

Problem is that then if the person tries to access the page again it just says 'Not Authorised' and doesn't give them another chance to put the username and password in again, is there any way to solve this please?

the pages are outside of Drupal but prior to converting to Drupal the whole refresh page thing would pop up the login again.

http://www.danieljamesphotography.net/user/amber - test that if you want to see what i mean, and put in anything, then refresh and it'll just not allow you to try the login

thanks :)

Comments

think I fixed it, by setting

think I fixed it, by setting it to not cache the /user folder at all using:-

ExpiresActive on
ExpiresDefault "access plus 0 seconds"

can someone validate it works now please?

thanks