• I tried to log onto my WordPress blog and keep receiving an “Internal Server Error” message.

    From what I see, my website looks okay (www.hislaboratory.com), but I’m not able to log-on on the backend.

    Thank you in advance. Cheers.

    Kevin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try to create or check the .htaccess file for the wordpress site. Create or edit the syntax use for the .htaccess file to the one indicated below.

    # 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

    Once created or updated, upload then try to check the website.

    http://codex.wordpress.org/htaccess

    Thread Starter kipalari

    (@kipalari)

    Hi Vodien.com Tim,

    Thanks for the reply. I have no access to my site at all 🙁 Thoughts?

    Are you able to access your server’s/site’s apache error log? Majority of the time 500 errors are reported there with some information to go off of.

    Cheers!

    Thread Starter kipalari

    (@kipalari)

    Hi Zyphonic,

    Not that I know of. I’m kind of a noob with this stuff, but when I put the URL to log-on to my site via WordPress, it gives me the Internal Server Error screen.

    Thank you!

    It could be a number of things without seeing the logs, possibly plugins or themes. The .htaccess that Tim provided is a file in the root of the WordPress install. It’s notorious to cause 500 errors for WordPress installs. You may try to look at this file by asking your host on how to gain access to your site’s files; majority of the time it is via FTP.

    I would also try to reach out to your hosting provider for your site’s error log. Once we can see the error in the error log it makes troubleshooting much easier to identify the issue.

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