Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bhagwad

    (@bhagwad)

    Oh, I see a new option called “SEO Redirect” was automatically enabled! Disabled it and it’s working fine.

    IMHO, this should be disabled by default ??

    Plugin Contributor iSaumya

    (@isaumya)

    Hi @bhagwad, It is supposed to be off by default. At least when we have updated the plugins on our end we didn’t saw the option was enabled by default.
    Will look into it again. Great t know your issue has been resolved. ??

    Plugin Contributor Salvatore Fresta

    (@salvatorefresta)

    Hi @bhagwad ,

    This occurs only when logged in.

    the redirect should occurs only when user is logged out:

    function redirect_301_real_url() {
    
            if( !is_user_logged_in() && isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) > 0 && strpos( $_SERVER['QUERY_STRING'], $this->get_cache_buster() ) !== false ) {

    Hi @bhagwad, It is supposed to be off by default

    I forgot to disable it by default. I will do it on next release ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘?swcfpc=1 Redirecting to Ordinary URL’ is closed to new replies.