I've a Wordpress blog and I'd like to redirect some tags to a subdomain. I've created the subdomain in the admin panel of my host.
Example: http://www.myblog.com/tag/numberone http://numberone.myblog.com
I've tried with this code but it doesn't work:
RewriteCond %{REQUEST_URI} ^tag/numberone
RewriteRule ^tag/numberone/(.*)$ http://numberone.myblog.com/$1 [R]
I've also tried the Wp-Subdomains plugin but it doesn't work with Wordpress 3.x