子域或子目录需要重定向另一个子域或子域

时间:2014-02-27 11:22:21

标签: php subdomain url-redirection

我有一个子域名,如 abc.xyz.com

此子域名将打开以下网址,例如 abc.xyz.com www.xyz.com/abc

我需要将所有这些重定向到新域的新子域或子目录 我怎么能用PHP做到这一点?

1 个答案:

答案 0 :(得分:0)

使用标题重定向

header('Location: http://www.example.com/');