Redirect without change URL

后端 未结 4 1641
误落风尘
误落风尘 2021-01-23 06:23

is it possible to redirect an URL www.siteA.com to www.site2.com/Default.aspx?SiteSource=siteA without changing the browser\'s URL?

Sim

4条回答
  •  庸人自扰
    2021-01-23 07:13

    If the URL doesn't change, it's not a redirect. However, you could create a proxy script that fetches the other page, rewrites any URLs within it, then outputs the result.

提交回复
热议问题