Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author BasePress

    (@codesavory)

    Hi there,

    can you please try adding this hook to your functions.php and let me know if that fixes it?

    add_filter( ‘basepress_redirect_301_enabled’, ‘__return_false’ );

    The odd thing about the redirect is that it points to a different post type from another KB plugin.

    Thanks

    Plugin Author BasePress

    (@codesavory)

    Hi,

    Could you also please tell me if you are using any plugin to change permalinks and which one so I can test it for compatibility?

    Thanks

    Thread Starter bradvin

    (@bradvin)

    Hi

    Adding that filter fixes the problem.

    We have a couple plugins that change permalinks:

    404page/404page.php
    basepress/basepress.php
    foogallery-premium/foogallery.php
    redirection/redirection.php
    thirstyaffiliates/thirstyaffiliates.php

    Plugin Author BasePress

    (@codesavory)

    Hi @bradvin,

    Thanks for your follow up and additional info!
    You should be good to go with the filter.
    I’ll keep in mind the list of plugins you mentioned for future testing.

    Thanks

    Plugin Author BasePress

    (@codesavory)

    Hi @bradvin,

    I just wanted to let you know that version 2.6.6 has a fix for the redirections and 404 pages. Once updated you can remove the filter used to prevent the issues.

    Thanks

    Thread Starter bradvin

    (@bradvin)

    thanks for resolving this issue. Much appreciated ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Strange Redirect Issues / 404s’ is closed to new replies.