Quote:
Originally posted by Mooney Giancana
i tried that. must have done something worng but it aint work.
i put this...
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthType Basic
ErrorDocument 401 /401.html
on a .htaccess file, stuck it right inside my members directory, with a page named 401.html, and when i loaded the member section url into the browser it opened right up, THEN the pass prompt came and after three purposely botched attempts it went away and left my members index page wide open...
|
Don't put it in your members directory. Put it one step up. And have your 401.html page one step up too, in the same directory as your .htaccess file. You can have an .htaccess file in your members directory and one in your root directory too.