Title: Blog Missing &#8211; 500 Internal Server Error
Last modified: August 19, 2016

---

# Blog Missing – 500 Internal Server Error

 *  [efeitoazaron](https://wordpress.org/support/users/efeitoazaron/)
 * (@efeitoazaron)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/blog-missing-500-internal-server-error/)
 * My blog just go blanc… i didn´t made any change before this bug and my version
   is 2.7. I have no ideia what is going on.
    When i try to load the blog i get:
 *     ```
       Internal Server Error
   
       The server encountered an internal error or misconfiguration and was unable to complete your request.
   
       Please contact the server administrator, webmaster@efeitoazaron.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 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
       ```
   
 * So, my .htaccess is:
 *     ```
       # BEGIN WPSuperCache
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       AddDefaultCharset UTF-8
       RewriteCond %{REQUEST_URI} !^.*[^/]$
       RewriteCond %{REQUEST_URI} !^.*//.*$
       RewriteCond %{REQUEST_METHOD} !=POST
       RewriteCond %{QUERY_STRING} !.*=.*
       RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
       RewriteCond %{HTTP:Accept-Encoding} gzip
       RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f
       RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]
   
       RewriteCond %{REQUEST_URI} !^.*[^/]$
       RewriteCond %{REQUEST_URI} !^.*//.*$
       RewriteCond %{REQUEST_METHOD} !=POST
       RewriteCond %{QUERY_STRING} !.*=.*
       RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
       RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f
       RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
       </IfModule>
   
       # END WPSuperCache
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Anyone can help?

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

 *  Thread Starter [efeitoazaron](https://wordpress.org/support/users/efeitoazaron/)
 * (@efeitoazaron)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/blog-missing-500-internal-server-error/#post-970497)
 * Even more strange… my wodpress administration panel is working perfectily, and
   the blog dont show up. =(
 *  Thread Starter [efeitoazaron](https://wordpress.org/support/users/efeitoazaron/)
 * (@efeitoazaron)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/blog-missing-500-internal-server-error/#post-970500)
 * My error log show:
 * Premature end of script headers: php5.cgi

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

The topic ‘Blog Missing – 500 Internal Server Error’ is closed to new replies.

## Tags

 * ["500 internal server error"](https://wordpress.org/support/topic-tag/500-internal-server-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 1 participant
 * Last reply from: [efeitoazaron](https://wordpress.org/support/users/efeitoazaron/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/blog-missing-500-internal-server-error/#post-970500)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
