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>

View Comments to “php_value max_execution_time”

  1. ganool says:

    i'll try it..
    let look it success or not..

Trackbacks

  1. Anonymous

Leave a Reply

blog comments powered by Disqus