Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/297.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用php的项目的页面重定向_Php_Redirect - Fatal编程技术网

使用php的项目的页面重定向

使用php的项目的页面重定向,php,redirect,Php,Redirect,成功注册index.htm后如何重定向页面? 我的php页面在php文件夹中。 我的代码如下所示: header("Location: index.html"); 如果您想使用标题重定向,请将文件扩展名更改为.php而不是.htm或.html!!!添加您的代码以及您遇到的错误。展示你所做的一些努力。。你应该看看这个 header("Location: mypage.php"); die();

成功注册index.htm后如何重定向页面? 我的php页面在php文件夹中。 我的代码如下所示:

header("Location: index.html");

如果您想使用
标题
重定向,请将文件扩展名更改为
.php
而不是.htm或.html!!!添加您的代码以及您遇到的错误。展示你所做的一些努力。。你应该看看这个
header("Location: mypage.php");
die();