• Hi,

    Following the advice of an SEO blogger’s plugin, I entered into the custom settings portion of the permalinks edit page this code: /%page%/.

    Since then, the whole site has failed. Whenever I attempt to pull up the webpage, I get this message:

    Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/64/7040464/html/wp-includes/rewrite.php on line 869

    I need to get this problem fixed ASAP. Please help.

    Thanks very much.

    Mike

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you change the permalinks back to the default?

    Thread Starter simone2

    (@simone2)

    I can’t even access permalinks. Whenever I attempt to, I get the same above-mentioned error message that comes up when I pull the home psge.

    Thanks,
    Mike M

    Try adding the following to your .htaccess file:

    php_value max_input_time 200
    php_value max_execution_time 200

    (You can change the value if necessary)

    If that stops the error from occurring so that you can access your admin area, then reset the permalinks back to the default.

    Thread Starter simone2

    (@simone2)

    This is the contents of the .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Where do I insert your recommended code?

    Thanks for your help

    Mike M

    You can insert it either before or after what’s already there.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Serious permalinks problem has crashed my site’ is closed to new replies.