• Hey,

    Ok, so I am trying to edit the about me page on my blog and for some reason, everytime I try to save the changes, I get an Internet Server Error.

    I’m not good with technical stuff so, I have no clue why this is happening but for some reason, this is being added to my htaccess file:
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Note – I made some changes to the htaccess file earlier, maybe that’s the problem, I can post here if needed.

    Does anyone know why this is happening?

    When I delete the above from the file, the blog shows again, however, when I try to edit the about page, the internal server error keeps coming back.

    Please help, thanks

Viewing 1 replies (of 1 total)
  • It’s normal for WordPress to automatically add this to your .htaccess.

    Note – I made some changes to the htaccess file earlier, maybe that’s the problem…

    Yes, that’s what I’m guessing. .htaccess mistakes can trigger internal server errors (I’ve done this one before). Remove all of your own additions to the .htaccess and see if the problem goes away.

Viewing 1 replies (of 1 total)

The topic ‘Internal Server Error’ is closed to new replies.