rafaelmaeuer
12/13/2016 - 10:53 PM

Increase max execution time for PHP (Wordpress) From http://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php

Increase max execution time for PHP (Wordpress) From http://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php

<IfModule mod_php5.c> 
  php_value max_execution_time 300 
</IfModule>