PHP Max Input Vars Minimum 5000

Hi the be system need 5000+ but my server has in standard 400 max

I tried to add a php.ini file no changes

user.ini no changes

I added to .htacess the following:

<IfModule mod_php.c>

 php_value max_input_vars 7000

</IfModule>

no changes

if I add it without the ifModule line the site crashes..


Can Anybody please help me how to solve this?


Comments

Sign In or Register to comment.