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!