Allowing users to use custom domains

Greetings,

My app has profiles for each user. I would like to give my users the option to add their own URL to their profile. I understand I will have to provide them with instructions for their DNS settings, although I would like to know if there is anything else I can do for this on my end.

Thank you!

Your question is too vague :slight_smile:

You’ll need to tell your users to create a CNAME record pointing to your domain

On Wappler’s side you can grab the domain name being accessed through a $_SERVER variable:

Thank you :slight_smile: