• Resolved ropezg

    (@ropezg)


    Hi,
    I’ve been using your plugin for a couple of years. And today I realized there’s some kind of bug :/
    I have a product comparison page with a lot of links.
    On one page it seems that 302 redirect is used and everything works fine.

    On another (new page) it seems that javascript redirect is used (I get the redirection message) and things are messed up on this page.

    First link redirects correctly, but then all other links redirect to that same page 🙁

    Could you please what might be the problem here? is that some kind of caching problem or what?

    also, why sometimes 302 is used and sometimes javascript (on the same site)? why can’t I specify what kind of redirect would I like…

    thanks a lot!

    https://wordpress.org/plugins/wp-noexternallinks/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello! Do you use any caching plugins?

    Thread Starter ropezg

    (@ropezg)

    Hi,
    yes I use W3 Total Cache.
    I found a suggestion that excluding redirected pages from cache should solve the problem.
    Under W3 page cache option I found the option:
    “Never cache the following pages”

    So if I add there:
    /goto/.+
    do you think that will solve this issue?

    thanks!

    Yeah, I think it will help. Also, try updating to 3.4.4 and flushing cache – I added code for excluding page from W3 total cache in this version.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Redirects to wrong page’ is closed to new replies.