• The plugin was working fine for some month. But now all new inserted redirects all redirect to the same page (one that was used for one content).

    I can edit the new entries and they all look as intended, just that they are being ignored.

Viewing 1 replies (of 1 total)
  • Thread Starter kukulcan

    (@kukulcan)

    Sorry, the plugin works fine, but wp_redirect goes wrong.

    As a quick fix I replaced “content-expiration-and-redirect.php” line 71
    return wp_redirect($redirect_url, $method);
    with
    header(‘Location: ‘ . $redirect_url, true, $method);

    Works, but not sure about any side effects.

Viewing 1 replies (of 1 total)

The topic ‘Wrong redirects recently’ is closed to new replies.