• Good.

    It turns out that I want to modify the value of max_input_vars me .Htaccess but this value does not appear, just have it on file.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^ index \. Php $ – [L]
    RewriteCond% {REQUEST_FILENAME}!-F
    RewriteCond% {REQUEST_FILENAME}!-D
    RewriteRule. / index.php [L]
    </ IfModule>
    # END WordPress

    What I can do? someone can have a code in which if it appears or tell me what to wear?

    A greeting.

Viewing 1 replies (of 1 total)
  • JS

    (@itanjillc)

    See if you can locate a php.ini or user.ini file in your hosting environment, where you can specify:

    max_input_vars = 3000

    3000 should suffice, but I’ve had to beef my up to 5000 on one of my WordPress sites to keep menu items from disappearing in a SiteMap Menu I have with hundreds of menu items.

Viewing 1 replies (of 1 total)
  • The topic ‘max_input_vars’ is closed to new replies.