Max execution time of 30 sec. error in re-write.php
-
Hi-
I have a very large html site I am importing into WP 2.9 using the html import tool. I have only pages, no posts.
I currently have about 1,700 pages imported and I keep getting the following error when trying to import additional pages:
Maximum execution time of 30 seconds exceeded in wp-includes/rewrite.php on line 851
For SEO reasons, my permalink structure is set to /%postname%/ and I am aware this is not recommended by WP Codex, but I have to keep my file structure the same. So changing permalink structure is not an option.
I have adding the following code to my .htaccess file:
php_value max_execution_time 600 php_value max_input_time 600
And I am still getting the error. Anyone know of a workaround for this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Max execution time of 30 sec. error in re-write.php’ is closed to new replies.