I have a website with some user profiles on it.
Example:
-mysite.com/profiles/user-a
-mysite.com/profiles/user-b
Each profile can have additional features such as articles, a contact page and so on.
Examples:
-mysite.com/profiles/user-a/articles
-mysite.com/profiles/user-a/contact
I want to allow my users to register a domain and use their profile (the one they created on my site) as their own website but with their own domain.
Examples:
user-a.com
user-a.com/articles
user-a.com/contact
This way they'll be able to update and have a profile on my site, but at the same time have their own website!
Is there a technical way to do so? What is the easiest one that will allow the least possible amount of work for my users?
Thanks, Luca