Hallo,
I cannot go to my individual blog posts (or any other pages beyond my main page) because it always takes me to the RSS feed page instead. I think it is a problem with my .htaccess file, so here it is:
# 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
I'm using a subdomain and the address is located at http://www.das-tagebuch.andontie.net If you try and click "read more", it should just take you to the RSS feed page. If it doesn't the first time, it should the second time. It does it for me all the time now and only emptying Firefox's cache fixes it temporarily.
Any help appreciated, thanks!