How Can I Increase The max_input_vars Value From Hostwinds Hosting

How can I increase the max_input_vars value from Hostwinds Hosting

You can try increase default value of max_input_vars via htaccess for Hostwinds Hosting

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