I want a user who is trying to enter the subscription site to be redirected to the signup page if he is not a registered user. Right now I have www.lincolnarchives.us set up with password. If you sign in, everything works out okay, but every once in a while when they go to a different section in the same protected directory, the Members only box pops up and they will have to reinsert their username and password. The non-user, if he does not log in and manages to get a url of a protected file, he will get the text on the webpage but the images are hidden. Here is an example page. Go ahead and click on it and see what happens. http://www.lincolnarchives.us/index..._nav=left_nav_subscription&header=header_1860 I don't want them to get any of the webpage. I want the Members only box to pop up and if they cancel, then the computer redirects to the signup page. How do I do this. Here is the text for my htaccess file. AuthType Basic AuthName "Members Only" AuthUserFile /hsphere/local/home/kneedles/lincolnarchives.us/amember/data/.htpasswd AuthGroupFile /hsphere/local/home/kneedles/lincolnarchives.us/amember/data/.htgroup Require group PRODUCT_1 PRODUCT_3 ErrorDocument 401 /401.htm I created a 401.htm page and placed it in the lincolnarchives.us directory. Help me out here. Thanks, Karen
1. Some images are hidden because images are located in protected area and not available until customer logs in. 2. User may be asked to login second time, if your links are jumping for example from http://www.lincolnarchives.us/ to http://lincolnarchives.us/ 3. File http://www.lincolnarchives.us/401.htm is not exists. 4. I don't see if file http://www.lincolnarchives.us/index..._nav=left_nav_subscription&header=header_1860 is protected. In fact, it is not protected at all, just some images on this page are protected. 5. Please contact support via helpdesk and describe all your needs. It would save time for you.