标签: php subdomain url-redirection
我有一个子域名,如 abc.xyz.com
此子域名将打开以下网址,例如 abc.xyz.com 或 www.xyz.com/abc
我需要将所有这些重定向到新域的新子域或子目录 我怎么能用PHP做到这一点?
答案 0 :(得分:0)
使用标题重定向
header('Location: http://www.example.com/');