I am moving a blog from one server to another and adding a subdomain, so the path will change from -
http://www.example.com/queen/index.php/2009/winners-and-losers/
to -
http://blogs.example.com/queen/2009/winners-and-losers/
What mod_rewrite rules would I add to the .htaccess under /queen/ on www.example.com to 301 redirect to the new http://blogs.example.com/queen/?
What is changing is the 'www' > 'blogs' and the 'index.php/' is going away.
Thanks!
