Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s a limit, but it’s not (technically) related to the plugin.

    PHP has a cap on how many form variables you can submit at a time; that defaults to 1000 in current versions of PHP. (I think it used to be 500, but I can’t find documentation to confirm this.) Each redirect has two form boxes, and there’s probably a couple hidden form vars in there. The net result is that you can’t have more than about 500 redirects with this plugin.

    The only workaround is to edit the server’s php.ini configuration, and increase the value of max_input_vars.

    The plugin author probably could circumvent this with some JavaScript (have the page turn the submitted inputs into JSON, then have the back-end turn them back, maybe?) but that would probably require a healthy amount of rewriting.

    Thread Starter ckilgs

    (@ckilgs)

    David,

    Thank you for the response.

    -Craig

    I have hit problem. Simple 301 Redirects I am at the limit and would like to know how to fix I have 750 redirects.

    Can I use another plug-in to add the other redirects. I tweeted the author with not response yet.

    I tried to contact seo free to ask the question with not response.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a redirect limit?’ is closed to new replies.