Return to Snippet

Revision: 77902
at October 24, 2019 18:33 by cerxx


Updated Code
php_value max_execution_time 3000
php_value memory_limit 512M
php_value max_input_time 200
php_value post_max_size 128M

Revision: 77901
at October 23, 2019 21:26 by cerxx


Initial Code
php_value max_execution_time 30
php_value memory_limit xxxM

Initial URL
https://www.a2hosting.com/kb/developer-corner/php/using-php-directives-in-custom-htaccess-files/setting-the-php-maximum-execution-time-in-an-htaccess-file

Initial Description
How to set the PHP maximum execution time and script memory limit in an .htaccess file

Initial Title
How to set the PHP maximum execution time and script memory limit in an .htaccess file

Initial Tags
htaccess

Initial Language
Apache