How to implement custom domain feature like posterous?
Posted
by Weiwei
on Server Fault
See other posts from Server Fault
or by Weiwei
Published on 2010-04-10T05:45:52Z
Indexed on
2010/04/10
5:53 UTC
Read the original article
Hit count: 371
here is how posterous works,
I make a A record of DNS of my domain (blog.mydomainname.com) to posterous IP address 67.207.139.81 , in the manage panel of posterous , i put my custom domain (blog.meetingly.com). Then i can reach my posterous blog http://mydomainname.posterous.com from http://blog.mydomainname.com url.
How posterous implements this? Is this a DNS level thing or web server level setting?
Thanks a lot!
© Server Fault or respective owner