I have a free dyndns domain

  • mk12.gotdns.com

How can I set up a cname for

  • www.mk12.gotdns.com

to point to mk12.gotdns.com?

And how can I force the www one, so that if you navigate to mk12.gotdns.com, it will go to the www one?

Note:
I don't mean html redirecting, but I think you can do it with url rewriting somehow, something like described here. I've seen many tutorials, but they just vaguely say that you have to enter a cname record, I have no clue what file I need to put it in. Also, please see my question

about getting url rewriting to work.

link|improve this question

3  
Oops should this be on superuser? – Mk12 Oct 25 '09 at 2:08
Probably. Don't worry about it - flag it for a mod to move it (or hope that 5 high-rep users will come to vote for migration soon :) – bdonlan Oct 25 '09 at 2:41
This answered question should help you: superuser.com/questions/127807/custom-personal-dyndns-solution – squircle Apr 8 '10 at 14:52
feedback

migrated from stackoverflow.com Oct 25 '09 at 5:29

This question came from our site for professional and enthusiast programmers.

1 Answer

you would add the following to your DNS server:

www.mk12.gotdns.com 86400 CNAME mk12.gotdns.com

where:

  • Host: www.mk12.gotdns.com
  • TTL: 86400 (1 day in this case)
  • Record Type: CNAME
  • Data: mk12.gotdns.com
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.