• Hello,

    first and foremost, please, forgive my english, as i’m spanish.

    My problem is that i was working with 2.7 RC 1 without any problems at all. I did and automatic upgrade to RC 2 and when i tried to access my blog (despiertos.net) or the /wp-admin/ i got a “Internal Server Error”.

    My .htaccess file by then was 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

    After some research someone suggested adding this

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    and now all i get is blank pages.

    If i try to access another folder or file not related with wordpress it works like a charm.

    Oh! my error log is blank, like if nothing happened.
    My hosting is Aruba.it, by the way…

    Could you help a nooby, please?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • rename or delete the .htaccess and see if site loads
    if not, likely it is the host’s server

    Thread Starter vaze

    (@vaze)

    Thanks for answering, samboll.

    I’ve already removed (several times) the .htaccess file, and still get the “internal server error”.

    Can this be a database error? I ask this because it’s the only thing not backep up, the DB.

    On the other hand… how could the host be the problem?

    Thanks for everything, as you can see, i’m not quite an expert in WP.

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

The topic ‘Internal server error (or blank page)’ is closed to new replies.