I was wondering how I would be able to do this - what I'm looking to do is to create a Wordpress site that will have 3 major categories. For instance, Category1, Category2, Category3. I'd want separate subdomains for each: category1.mysite.com, category2.mysite.com, and category3.mysite.com. If you had to do a project like this, how would you do it? Can you simply point a subdomain to a certain page, such as mysite.com/category1/index1.html, etc? The biggest question: can I get Wordpress to retain those subdomains within the URL, so that all of their category's pages retain the subdomain itself in the URL?
editing the permalinks may do the trick. you'll need to set something like *.domain.com Code (markup): on the apache virtual host file and enable the rewrite on the htaccess...