将一个域重定向到另一个域子目录

Redirecting one domain to another domains sub directory

我一直在 google 上四处寻找,但没有运气。

我想要完成什么:我正在尝试将我的 "domain1.com" 重定向到 "domain2.com/foo.php" 这可能吗?

将此 PHP 代码添加到您的 index.php 页面,它将发送即时重定向

<?php header("location: http://domain2.com/foo.php"); ?>