Programming help for domain name to show the data of hosted subdomain

Discussion in 'Programming' started by prdomains, Feb 12, 2010.

  1. #1
    Hi,

    I want to show data of hosted subdomain ( e.g., http://abc.mydomain.com ) in another domain ( e.g., www.anotherdomain.com ) in one of our application. There are few live examples too which are doing the same. For example blogger.com provides the facility to create blogs ( e.g., http://abc.blogspot.com ) and they can be linked with any domain name too by doing some settings and it appears that particular domain is hosted but we can use blogger as a cms of that domain.

    I want to do it for normal case too like I told that I need hosted subdomain to be shown as a domain name.

    Contact me by PM if someone can do that.

    Thanks.
     
    prdomains, Feb 12, 2010 IP
  2. bordello

    bordello Notable Member

    Messages:
    3,204
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    290
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    which script you using in subdomain ?

    Thanks
     
    bordello, Feb 12, 2010 IP
  3. newgenservices

    newgenservices Well-Known Member

    Messages:
    862
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    105
    Digital Goods:
    1
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    All you need to do is add a CNAME record to anotherdomain.com DNS records.

    [B]anotherdomain.com. 14400 IN CNAME abc.mydomain.com.[/B]
    Code (markup):
    assuming you already have a CNAME record for www to your anotherdomain.com.

    [B]www 14400 IN CNAME anotherdomain.com.[/B]
    Code (markup):
    If you are not aware on how to do this and have cPanel / WHM / SSH access, please PM me and I can get this done in 5 minutes for you.

    EDIT: Job completed. Payment received. iTrader left. Thanks.
     
    Last edited: Feb 12, 2010
    newgenservices, Feb 12, 2010 IP
  4. prdomains

    prdomains Banned

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    It is not ready script. This is custom developed script.
     
    prdomains, Feb 12, 2010 IP