Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MembershipWorks

    (@sourcefound)

    The data is stored in the WordPress wp_options table, which should provide a ~4GB limit on the value, so it should handle well over 332 redirects. What actually happens when you try to save more than 332 redirects, are you able to add it on the user interface but it simply ignores the additional entries when you save?

    Thread Starter finalcreations

    (@finalcreations)

    I tried to import 500, and were all added to the list at the top, but when I click save only the top 332 are saved into the database. I have tried manually adding a few more, which appear in the list, but when I click save the new ones I added are missing.

    I have even tried a different list of redirects to see if it was an error within the data, and it did the same.

    It is very strange.

    Plugin Author MembershipWorks

    (@sourcefound)

    Hi finalcreations!

    Sorry it took a while to get around to this, the issue is due to standard Apache/PHP installations having limits on the number of variables that can be submitted on a POST. Version 1.5 gets around this by parsing the entire list into a string before submitting it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Maximum number of Redirects’ is closed to new replies.