将用户重定向到第三方"桌面版" PHP网站

时间:2017-05-13 22:17:04

标签: php redirect url-redirection

有没有办法将用户重定向到第三方"桌面版"现场?现在我有:

标题("位置:https://othersite.com"); 出口();

但" othersite.com"检测用户并向他们显示他们的移动网站。我想展示" othersite.com"桌面版。我该怎么做?

1 个答案:

答案 0 :(得分:-2)

也许其他网站接受mobile = no参数......

header("Location: https://othersite.com/?mobile=no"); exit();