Forums

Ineternal Server error 500 (2 posts)

  1. mmichael1991
    Member
    Posted 11 months ago #

    Hi!

    I'm getting internal server errors..
    First i couldn't reach my whole site.. So i changed the .htaccess to de "deafault" of wordpress

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

    So my normal site is running again. But when i want to go to my dashboard, i'm getting the same internal error message..

    Also, my subdomains having the same error's..

    How can i solve this problem? Should i contact my hosting provider?

    Thanks in advance!!

  2. keesiemeijer
    moderator
    Posted 11 months ago #

    500 errors can be temporarily and can be caused by WordPress or problems at your host end.

    try:
    - switching to the default theme by renaming your current theme's folder in wp-content/themes using FTP or whatever file management application your host provides.

    - resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.

    - renaming or deleting the .htaccess file after making a backup of this file

    - check if your file File_Permissions are correct.

    - re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress by using FTP or whatever file management application your host provides.

    - check the error logs on your website's (host) backend.

    - contact your host and ask if the problem is on their end.

Reply

You must log in to post.

About this Topic