I got my members directory protected with an htaccess file. So when a surfer locate its browser to my members directory, he got the usual internet explorer grey login box. Is there any way to work around this and forward such a unauth surfer to an url specified into another htaccess file or something?
htaccess & grey login box
Collapse
X
-
I believe you have to add a line like this:
RewriteRule /* http://www.yoursite.com/join.php [R,L]
at the end. That's what I use for my avs sites.Comment

Comment