Subdomains and Wordpress..

Discussion in 'WordPress' started by Pixelrage, Aug 16, 2007.

  1. #1
    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?
     
    Pixelrage, Aug 16, 2007 IP
  2. weput

    weput Active Member

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    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...
     
    weput, Aug 16, 2007 IP