• when trying to edit a specific page i get an annoying “500 internal server error”. it happens with one specific page only, i have no problems with editing the other ones.
    the page that i can’t edit now still looks fine from the frontend but it is going to be not up to date anymore since i can’t change it anymore.

    has anyone an idea how to solve this mess ?

Viewing 1 replies (of 1 total)
  • I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 1 replies (of 1 total)
  • The topic ‘500 server error via editing page’ is closed to new replies.