How To Increase max_input_vars Via .htaccess

How can I increase the max_input_vars via .htaccess

php_value max_input_vars 2000

if you got 500 error, you should use following

<IfModule mod_php5.c>

 php_value max_input_vars 2000

</IfModule>

More methods can be checked by following link

How to Increase max_input_vars

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments