Viewing 8 replies - 1 through 8 (of 8 total)
  • This may help Have you a cache plugin.If so clear cache and try. Cache can hold settings.

    Thread Starter queenieb

    (@queenieb)

    Tried that…no luck. Any other ideas?

    Sorry mean’t to state Can you turn off cache temporarily, and ftp to your site look in plugins and ensure that there is no trace of previous plugin there, then turn cache back on. It appears that the plugin set up a redirect and it is still active.Might be worth looking in htaccess also in case it has written something there.

    Thread Starter queenieb

    (@queenieb)

    Thanks @loughcorrib, I deleted 2 s2member folders from the site (using ftp to find them). Didn’t see anything in htaccess. It’s still redirecting. Any other suggestions?

    Here is a temp fix (not ideal)until we sort this out. Go to htaccess copy this to it

    RewriteEngine
    RewriteCond %{HTTP_HOST} ^yoursite.com/oldfile$
    RewriteRule ^$ http://yoursite.com/newfile [L,R=301]

    you only need RewriteEngine on once in the file so if its there already omit it from mine. Fill in your urls above.

    Have to get back to cache again which one are you using and double check ftp in/plugins to see what is there.Would be unusual for this to be hard coded into the php <?php header('Location:http://mysite.net/newpage');?>but life brings surprises
    If you see a similar file in htaccess have a read of it first.
    Did you turn off the cache after any changes “not clear cache”

    Thread Starter queenieb

    (@queenieb)

    Thanks so much loughcorrib…I was with you all the way to the cache. I couldn’t figure out how to do that when you mentioned it the first time.

    When you said ^yoursite.com/oldfile$ i’m not sure what the oldfile would be?

    This may be a bit over my head. Perhaps I should just reinstall everything. :(((

    Go to plugins and deactivate logout clear browser cache = f5 and then try login
    In htaccess oldfile is where members go to new file is where they should be

    Thread Starter queenieb

    (@queenieb)

    I found the error. The plugin that I installed/removed deselected the privacy option that protected registrations. Once I checked that option, I was able to register new users with no problem. Thanks for your help @loughcorrib. I appreciate your willingness to work with me on this.
    Queenie

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘URGENT – All register links are redirecting to login’ is closed to new replies.