重定向到新网址但保留旧网址

时间:2016-05-16 04:02:47

标签: redirect nginx

我创建了一个名为mydomain.com的网站。

根据要求,我需要切换到新域名,新内容,但不是立即,我希望客户看到页面内容如下: abc.com ,但网址仍然是旧的网址 mydomain.com

有人可以帮我指出继续工作的方法吗?

我已尝试但无法正常工作,网址已更改。

location /content/unittests/jw/presspage/ {
    proxy_pass http://client.presspage.com/?subfolder=1&clienthash=d1b8db7c94cfc27c372dca0312fb419a&trail=$uri&$args;
    proxy_redirect off;
    proxy_set_header Host $host;
}

我编辑了上面的代码。但它仍然重定向到原始页面abc.com/content/unittests/jw/presspage/index.html

0 个答案:

没有答案