• The last thing i did was install the xml sitemape generator plugin and then tried to submit to googele and verify it through google webmaster tools.

    I uploaded the verifacation page and it came up, but the reading at the top said that it could not be verified.

    Then the next thing i know is that i get this messege below when i tried opening the blog at bootcamp2getinshape.com/blog

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, webmaster@bootcamp2getinshape.com 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.

    ——————————————————————————–

    Apache/1.3.41 Server at bootcamp2getinshape.com Port 80

    What can i do to fix this and get my page back up?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you tried disabling the plugin to see if that’s the only thing causing the error?

    Temporarily rename that plugin’s directory. It will disable it. If you get your site back after this. Remove that plugin.

    Thread Starter albertocovarrubias

    (@albertocovarrubias)

    I tried both solutions and nothing yet

    Did you install any other plugins recently? Or a new theme? Any one or a combination of them could be causing the problem.

    You can try disabling all your plugins to see if that works (e.g. rename the root plugin directory). If you get your site back, it was one of the other plugins.

    If it’s not a plugin, maybe it’s a PHP error caused by the theme or some modification of it – you can try renaming that theme folder.

    Here’s someone else with a similar problem & solution:
    http://wordpress.org/support/topic/258611?replies=3

    Did you check your htaccess? Replacing it might solve the problem.

    Thread Starter albertocovarrubias

    (@albertocovarrubias)

    I disabled the all the plugins and i still get same 500 Internal server error.

    I found the location of the htaacces. What am i suppose to be checking for and what do i replace it with?

    Your .htaccess should look like this:

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

    # END WordPress

    Save your current one and replace the contents with the above and see if it helps.

    Thread Starter albertocovarrubias

    (@albertocovarrubias)

    I replaced the htaccess with:

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

    # END WordPress

    and I still got the same message.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘my blog disappeared: i get a 500 Internal server error’ is closed to new replies.