My hosting provider is using PHP 5.2.17 and I have problems with max_input_vars that is set to 1000
I am using Prestashop and translations are not working.
I have tried to add to .htaccess:
php_value max_input_vars 6000
php_value suhosin.post.max_vars 6000
php_value suhosin.request.max_vars 6000
And after that I cannot access my page, I get I get page not found error?
Can you help me with this?
Thanks