Internal Server Error
-
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
The topic ‘Internal Server Error’ is closed to new replies.