• Resolved dannyq1988

    (@dannyq1988)


    Getting the error below on both front-end and admin side of my site, I am unsure on how to proceed as I have tried reinstalling WP, htaccess, plugins and removing tmp files.
    My site is http://skemnews.com

    Any advice would be greatly appreciated

    thanks

    Danny

    ——————————-

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    ——————————-

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, Danny & welcome to the WordPress support forum.

    Firstly, where did you install WordPress, i.e., to the root of your site or to a separate folder?

    2nd, might we please see a copy of your .htaccess file?

    3rd, please examine your wp-config.php file to ensure the database details are correct. Your password is likely in an encrypted form, though, so don’t change that.

    Awaiting your reply.

    Thread Starter dannyq1988

    (@dannyq1988)

    Hi Jackie, Thanks

    it was installed automatically through wordpress update to the root I think

    my htaccess file

    ——————–

    # 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

    ——————–

    my database details all all ok.

    Danny

    Thread Starter dannyq1988

    (@dannyq1988)

    sites fixed, the php.ini had safe mode on which for some reason may have been conflicting with something

    Danny

Viewing 3 replies - 1 through 3 (of 3 total)

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