I want to map subdomains to my wordpress tags. So when a user visits mytag.myblog.com, he should see the page myblog.com/tag/mytag (without redirect, though). This will require some modification of the wordpress code and setting up "catch all subdomains" for the domain in apache. The latter part should be no problem.
I found a plugin that does the above for the categories. It is called "WP Subdomains" (http://wordpress.org/extend/plugins/wordpress-subdomains/).
Does anybody know of a plugin that can do this for categories and tags?