如何屏蔽URL地址?

her*_*ron 0 javascript php .htaccess

认为我有domain.com重定向到some.otherdomain.com.我不想some.otherdomain.com向我的网站访问者显示确切的网址.我需要屏蔽我的网址,以便它看起来像domain.com 任何可能的方式?.htaccess/javascript?

fmg*_*mgp 5

隐藏域名的最佳方法是使用反向代理(apache,nginx,...)并为其提供重写规则.

  • 请举个例子.什么都不懂 (9认同)