Viewing 8 replies - 1 through 8 (of 8 total)
  • I have this problem too! I gues most bigger site will have this problem. What to do now? I don’t want another plugin. I even would pay to have unlimited or more redirects. Can’t you make a paid version with unlimited redirects?

    Yep. This sucks to find out after you’ve spent hours creating redirects…

    Somewhere in the code of the plugin you can manually change “500” to something else.

    I think its in the file safe-redirect-manager/safe-redirect-manager.php at the line “public $default_max_redirects = 500;”

    Just an update: After chatting with the author, we ended up updating the our functions file with the following:

    add_filter( ‘srm_max_redirects’, function() { return 9999999; } );

    I asked the reason for the limit, and he said performance, so you might want to keep that in mind when you’re adjusting these values. The thread is here.

    Aha, good to know. Thanks!

    No problem ??

    HenkeWil

    (@henkewil)

    I also reached the limit, but the strange thing here is that I get this message:

    “Safe Redirect Manager Error: You have reached the maximum allowable number of redirects”

    …but the odd thing here is that I have only created 150 redirects.

    It’s a multisite running WP 4.1.1.

    How can this be?

    I added the filter:

    add_filter( ‘srm_max_redirects’, function() { return 9999999; } );

    but it doesn’t seem to work anymore.

    I’m on Safe Redirect Manager v1.7.7 and wp 4.3

    Should the filter be different now?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Redirect limit’ is closed to new replies.