: How to allow customers their own subdomain address to our web app? We have a webapp and companies can customize the look and feel. Now we'd like them to be able to make the app part of
We have a webapp and companies can customize the look and feel. Now we'd like them to be able to make the app part of their existing website by allowing them custom subdomains.
For example:
Our app : ourapp.com
Their site : somecompany.com
Their subdomain : ourapp.somecompany.com (shows ourapp.com)
Note: somecompany.com is an existing website, so we don't want to replace it with our site.
I tried adding a CNAME "ourapp" which points to ourapp.com, but it gives me a "Resource not found" error, probably because IIS does not know what to do with the incoming URL?
More posts by @Shakeerah822
1 Comments
Sorted by latest first Latest Oldest Best
You should be able to do this if the DNS Zone Admin for somecompany.com adds ourapp.somecompany.com as a subdomain entry pointing to the IP of ourapp.com on their DNS server and add ourapp.somecompany.com as a valid domain on your server in IIS. Not knowing about IIS specifics, stackoverflow.com/questions/11737065/server-alias-in-iis could be of help.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.