开发者

Domain Cloaking using HTACCESS or PHP

I currently have a website which allows our clients with other domains to redirect their domains to our website and use some of our features.

My problem is our clients dont want their clients and customers know that they are being redirected to another site.

So my question is, Is it possible to cloaking (using .HTACCESS or PHP) my domain such that the user will enter our clients' domain and be redirected to our site without the 开发者_运维问答browser showing that they have been redirected?

Thanks


No.

Your customers will have to create A or CNAME DNS records pointing to your servers (CNAME is preferred so you can change the IP without your customers changing anything).

Then you need to configure your webserver to handle requests for their domains (ServerAlias their.domain in the VirtualHost).


Why not? Just google php proxy. This should do the trick for you.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜