Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Tumblr's doc 'Using a custom domain name' is quite helpful it that it clearly states that I need to create an A-record for example.com pointing to 66.6.44.4, so that my website is accessible via example.com.

But I don't understand this: How do I make www.example.com take the user to example.com?

It goes without saying that this needs to be done via DNS, in a Tumblr-compatible way (just in case there are any incompatibilities).


From searching, I read that it's NOT possible to redirect example.com to www.example.com. I can only hope this is NOT true.

If, unfortunately, it happens to be true, my only option is to create a CNAME record pointing www.example.com to domains.tumblr.com - isn't it?

share|improve this question

1 Answer

up vote 3 down vote accepted

Ah! As stated in this answer, you need to create two DNS entries as such:

  • A record: pointing example.com to 66.6.44.4
  • A record: pointing www.example.com to 66.6.44.4

I checked the domain in the answer - emmaraviv.com - apparently, www.emmaraviv.com redirects to emmaraviv.com. So yeah, this is it!

You need to create two records, an A record for the two-level domain (example.com) and another A record for the three-level domain (www.example.com), then add example.com in Tumblr > Settings for your blog, and now example.com should redirect to www.example.com without a hiccup — as far as I can see it.

UPDATE: Just tested this with my blog, and yes, I can confirm that it works!

share|improve this answer
How about: checking your own answer as accepted then :)! – Tieme Nov 13 '12 at 20:16
@Tieme Sure! Had to wait 2 days to mark it, and then I forgot. :) – its_me Nov 17 '12 at 4:23
no problemo, therefore i commented – Tieme Nov 18 '12 at 18:10
Wow, thanks. You'd be surprised how hard this is to find online. – mcranston18 Jan 12 at 22:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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