Menu Close

How do I change the PHP maximum execution time?

In an .htaccess file in the same directory as the executing script (this is normally your httpdocs or httpsdocs directories), include this line:

php_value max_execution_time ?

Replace “?” with the with the value you need to replace it with. Our default time is set to 30 seconds and a successful modification of the maximum execution will show in your PHP info file.

If you are continuing to encounter issues, please contact support.