Increase PHP Max Execution Time
<*--- add the following code to the bottom of the htaccess file ---*> # WP Maximum Execution Time Exceeded <IfModule mod_php5.c> php_value max_execution_time 30 </IfModule>