Increase PHP Post Max Size with ht access
-
Hi everyone,
I need to increase my PHP post as the following:
PHP Post Max Size 130M The current value is insufficient to properly support the theme. Please adjust this value to 256 in order to meet the theme requirements.My theme support show these code to add on the .htaccess file:
php_value post_max_size 256M
php_value max_execution_time 300
php_value memory_limit 128M
php_value max_input_vars=3000I added the code after # END WordPress then before it and each time I got a 500 error.
Could you please let me know where to add the code?Thanks
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Increase PHP Post Max Size with ht access’ is closed to new replies.