Hello!
I have a problem with permalinks for blog posts.
Blog post is shown on the blog page but clicking the permalink results in a page with the following content.
XSym 0009 828e0013b8f3bc1bb22b4f57172b019d index.php
See example on:
http://www.rbarkitektur.se/nyheter-news/
http://www.rbarkitektur.se/2008/05/31/ny-webbplats/
Permalinks work without problems for pages
Any ideas?
best regards Johan
.htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
PS: It's a WordPress 2.5.1 blog that's been upgraded from 2.3.1 with the "Automatic Upgrade Plugin".