I have a strange problem on my blog, which is only affecting th wp-adim areas. I'm using 2.3.1.
I changed Blog URL and Wordpress URL to http://www.mysite.com. I just wanted to include the www in my domain.
The problem is after I changed the URL's a couple of hours later I cannot publish or edit posts, add categories etc and when I click the sign out link I'm taken to the dashboard.
I noticed that the address in the browser when in the wp-admin area was now showing without the www.
The blog itself remained visible and intact.
Would adding:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mysite\.com$ [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]
into the .htaccess solve the problem or make it worse.
Also in a possibly unrelated issue I noticed google has started indexing my posts but has not indexed the home page.
Anyone got any ideas.