标签: php laravel dns cname url-shortener
我已经构建了一个URL缩短器。现在,我想在我的起酥油中使用自定义域工具。
我的主域:myurlshort.com 假设我的客户域:gphouse.com
myurlshort.com
gphouse.com
现在,当用户点击gphouse.com/3e455时,它应该点击myurlshort.com,但是用户的主域将保持原状,这意味着当用户点击gphouse.com时,它应该转到主站点,而不是我的站点。
gphouse.com/3e455
由于我没有访问客户端托管,我的客户端如何设置cname记录? 我需要指示。谢谢!