14 Dec 2006

php_value max_execution_time

Posted by kilbot | Filed under: Programming

Add this to the .htaccess file if you are having troubles with php scripts timing out.

<IfModule mod_php4.c>
php_value max_execution_time      120
</IfModule>

Leave a Reply