/ Published in: Apache
How to set the PHP maximum execution time and script memory limit in an .htaccess file
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
php_value max_execution_time 3000 php_value memory_limit 512M php_value max_input_time 200 php_value post_max_size 128M