Viewing 1 replies (of 1 total)
  • Your website is returning “500 Internal Server Error”. Check your htaccess file, it may be related to it . If .htaccess has too much code then i suggest renaming .htaccess file temporarily and check if the website is loading. The server side issues can be related to user, file permissions, or php as well.

    ———————
    Default htaccess code content.

    # 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
Viewing 1 replies (of 1 total)

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