index.php强制重定向到自定义页面

时间:2014-01-05 19:35:31

标签: php redirect

我需要以下帮助:

强制主页 index.php 重定向到 index.php?page = xx

如何?

1 个答案:

答案 0 :(得分:2)

您可以使用此功能将用户重定向到您希望的页面:

/* Redirect browser */
header("Location: http://theos.in/");