Custom domain mapping to web application

强颜欢笑 提交于 2020-01-03 02:28:10

问题


We are creating a SAAS base application, where every company get its own subdomain. But if the company wants to configure another domain with our application, they can do that.

e.g. I am a company registered with the application www.saas.com, i got the subdomain company.saas.com, now i want to point my company.com domain to the company.saas.com, so how we can achieve this?

We want to create a custom domain configuration settings for the users of our application. Its like wordpress domain mapping (you can point your own domain to the wordpress site). So as i read related with wordpress they asked to add the CNAME of your site for the domain which you want to configure for mapping.

Our application is written in CakePHP.

Is there any server configuration changes we need to do to achieve this?


回答1:


Put an CNAME record on the company.com pointing to the company.saas.com :)



来源:https://stackoverflow.com/questions/12071282/custom-domain-mapping-to-web-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!