If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

fix error notice: php_value max_input_vars 5000

  • I edit htaccess as below lines:

    # 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]
    php_value max_input_vars 5000
    </IfModule>

    # END WordPress

    then: i refresh homepage: it display :

    Internal Server Error


    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.


    Please contact the server administrator,
    webmaster@taokaenoi.ipp.com.vn and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.


    More information about this error may be available
    in the server error log.


    Additionally, a 500 Internal Server Error
    error was encountered while trying to use an ErrorDocument to handle the request.

    _________________________

    What can i do? to fixed it? please help me.


    image


  • All following comments are shown for registered users only!

    (4 more comments)
This discussion has been solved.
All Discussions