PHP Max Input Vars 1000 ⤏ We recommend to increase this value to 2000 or more. R

Posted in: Newspaper
Post count: 7

# 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

<IfModule mod_php5.c>
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

</IfModule>

this is my .htaccess file, but your theme even suggest me that “⤏ We recommend to increase this value to 2000 or more. Read more”, so how to do it?

Post count: 7

# 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
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

also, If I write these code, there will be 500 error, I cannot open my web site

Post count: 35449

Hi mimicat,
Personally I recommend to ask the host to help you setting the PHP Max Input Vars, those have access la cPanel and most of the them have options for the PHP Max Input Vars.
Also, the code from our guide , can be set in for files (php.ini, .htaccess or user.ini), this depends from host to host.
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.