• Resolved Michael v.d. Berg

    (@michaelvdberg)


    I got since yesterday night a 500 Internal Server Error. I have tried to resolve this with a back-up (1 week old) and with checking the wp-config.php file and the database. Everything is okay, but I still get this error.

    The weirdest part of it is when I log-in to my controlpanel. I see the normally controlpanel when I visit my dashboard. For example domaim.com/wp-admin. When I enter my username and password and press on log-in, I get the same error as the domain.com.

    Does anybody know how to resolve this issue? I have also contacted my hosting if the could resolve this problem. I have already change the folder of plug-ins, themes and remove the .htaccess files.

Viewing 1 replies (of 1 total)
  • InterServer

    (@interservernet-web-hosting)

    Most probably it is because of corrupted .htaccess file. So rename current .htaccess file to .htaccess.bak, then create a new .htaccess file with the following contents.

    # 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

    You can refer the following WordPress blog to get more information about .htaccess file.

    https://codex.www.ads-software.com/htaccess

Viewing 1 replies (of 1 total)
  • The topic ‘500 Internal Server Error’ is closed to new replies.