How do I allow users to use their own domains as their profile URLs?

2

I have a website where each user has a profile with a URL of type www.site.com/username123 . Now I want to allow each user to use their own domain as www.username123.com that points to their profile.

Tumblr does exactly what I want (screenshot below):

Assuming I'm using PHP and Apache:

  • What kind of server do I need? Can I use shared hosting?
  • What settings do I need to make on the server?
  • What type of DNS record does the user need to create to work?
  • asked by anonymous 30.06.2015 / 02:15

    0 answers