• Resolved florian123456

    (@florian123456)


    The plugin suddenly redirect most of the links to the wp-admin.

    Aff links are working, but the Simple URL redirect goes to wp-admin…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Reüel

    (@pronamic_reuel)

    I just came across the same issue and resolved it by adding the nopaging argument on line 159 of the file /includes/class-simple-urls.php:

    $query = new WP_Query( array( 'post_type' => 'surl', 'nopaging' => true ) );

    In version 0.9.8, not all hosts seem to be added as an allowed host for wp_safe_redirect() calls. That is why only some URLs redirect correctly.

    Reüel van der Steege’s fix helped us with our links that were redirecting to the login screen too. (Thank you, Reüel!)

    We had tried resaving permalinks per a different support thread and that didn’t help.

    Is there going to be an update to the plugin for this?

    Thank you!

    Hi there,

    We are releasing an update that should be out this week or next, I do not have a definite release date, I am very sorry.

    Version 0.9.9 is now out with a fix to solve broken redirects.

    The latest version works great!

    Thank you Corrine and Nick!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Links redirected to wp-admin’ is closed to new replies.