I'm not sure if this is the right place to ask, but I figure it's worth a shot...
I'm wanting to complete a move that I had from a site I hosted with wordpress.org to wordpress.com -- to have all of my archive links redirect to the new site.
wp.org software is installed here: example.com/wp/
I'm using the http://www.example.com/wp/2007/01/21/sample-post/ hyperlinking in WP 2.0.2, so I tried this:
ReWriteRule http://www.example.com/wp/(.*) http://bofe.wordpress.com/$1
and I had no luck. Can anyone help?
Thanks!