Sorry if this is stupid but I have no idea how to do this.
I have the need to create a subdomain which will contain 3rd party content.
So,I have example.com, and I need to have 3rdpartylibrary.example.com, and the content of 3rdpartylibrary.example.com will be totally managed outsite of my website, this content will not be under my control. The content of this subdomain will be on a 3rd party server among with others partners of the licensees of this library.
Sorry for my ignorance, but I really have no idea, and now it’s the time that I need this done.
They give an address something like “subd.theirsite.com” and they told me :
If would be nice if someone could take the time to do a step-by-step on this… “insert an A or CNAME record” doesn’t really qualify. We may be acting as ‘hosts’ but we’re not all familiar with DNS in any shape or form. If Hsphere doesn’t have a checkbox for it, then it often requires knowledge we don’t all have. If you tell us how to do it, we can type just as well as the next man. (There’s an old saying around here: Give a man a fish and he will feed his family for a day. Teach him how to fish, however, and he’ll go off for a weekend with a half dozen buddies and ten crates of beer and reappear the following Thursday in Tijuana in the hands of the federales. But I digress..)
I have a similar requirement (I think):
I have a domain on an account hosted at Jodohost on a Windows server, and I want to create a subdomain that is hosted on one of the Linux servers. I can create a separate Linux account with no problem, and create a subdomain, but how do I make that subdomain ‘point’ to the Linux account? I could do a simple redirect through the Hsphere redirection options, but it seems to me that that’s not really what I need. It has to be transparent to the internet user, and all the URLs within the subdomain have to appear as they normally would.
Normally, I would just experiment until I get it right. When DNS is involved, however, it can take 48 hours between tries, and sometimes Hsphere doesn’t do what you expect in any case. So clear instructions would be very helpful.
I’m looking forward to it. Meanwhile, it’s holiday season, and I’m going fishing. Don’t forget to take some time off yourself (with your laptop, of course)
No need for me to hire someone, I have a lot of experience with this, just have not used since working with JH that will hopefully be changing soon. I have 3 more tutorials shot, but not narrated, I will have them up before I go to Vegas for HostingCon.
Following your demo, I created a Custom CName record that now shows:
[CENTER]Custom CNAME records sub1.somedomain.com 86400 IN CNAME sub2.reseller.net[/CENTER]
Just point subdomain to 255.255.255.255(real ip please, this wont work), then the web server on the other side should pick it up just fine even if using host headers
okay, I can do that now, but I still have to do something on the Linux server side, don’t I?
If I change the A record rather than the Cname record, then it will only point to the shared IP of the Linux server, (as it seems to do now anyhow) and the Linux server still won’t know what to do with it other than display the default server page.
How do I tell it to point it to sub2.reseller.net?