complex (for me) domain name setup

Discussion in 'Web Hosting' started by san321, Mar 1, 2010.

  1. #1
    Hi guys,
    I am about to take over as ecommerce manager for a company.
    Long story short, they have been screwed by the dev company they chose for their site, and I am trying to get creative to move as much of the online marketing efforts away from them.

    So, instead of paying 20+k for a simple blog setup, im going to do one.
    Their main site is hosted on a windows box, I am a LAMP man.

    Can I do something at the domain delegation level to set up say mydomain.com to stay pointing to the main windows based site, but have either blog.mydomain.com or mydomain.com/blog point to a completely seperate hosting environment/server where I can install joomla or wordpress and work from there?

    I know this company has their mail going to their own mail exchange.

    Thanks
     
    san321, Mar 1, 2010 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    yes. its just a sub domain and you should be able to forward it from the domain registrar to the new server. Easy if you have a server with a dedicated IP. Or you could just point the sub domain to a folder on the existing server if needed.

    here's how to do it the manual method:
    http://content.websitegear.com/article/subdomain_setup.htm

    and here's how to point a sub domain to another webhost :

    http://forums.devshed.com/dns-36/host-a-subdomain-on-a-different-web-server-53998.html

    tons more if you search for "setup sub domain"
     
    shallowink, Mar 1, 2010 IP
  3. abhijit

    abhijit Notable Member

    Messages:
    4,094
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    215
    #3
    you can setup a wp blog on that server...........like blog.yourdomain.com ..........................
     
    abhijit, Mar 1, 2010 IP
  4. RonBrown

    RonBrown Well-Known Member

    Messages:
    934
    Likes Received:
    55
    Best Answers:
    4
    Trophy Points:
    105
    #4
    Just do it through dns.

    Main site set up on one server...

    A Record www.domain.com XX.XX.XX.XX
    A Record domain.com XX.XX.XX.XX

    Subdomain set up as fully qualified domain on 2nd server (host)
    A Record subdomain.domain.com YY.YY.YY.YY

    With the appropriate host headers set up in IIS.

    A 2 minute operation.

    Simple.
     
    RonBrown, Mar 2, 2010 IP