Since uploading my latest post, all attempts to access the front page results in a redirection to the newest post.
I have uploaded several post since upating to WP 3.0, so I don't think the problem is in the installation. The root .htaccess reads -
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
- which looks right to me?
Could I somehow have made some kind of auto-redirect without knowing? Any ideas/answers would be appreciated!