Home  >  Article  >  Backend Development  >  PHP redirect

PHP redirect

WBOY
WBOYOriginal
2016-08-08 09:25:53886browse

It’s very simple, just enter the code directly

<code><span><span><?php
header("</span>HTTP/<span>1.1</span><span>301</span> Moved Permanently<span>");
header("</span>Location: http:<span>//www.baidu.com");</span><span>exit</span>();
<span>?></span></span></code>

Reference:
http://www.jb51.net/article/29739.htm

The above has introduced PHP redirection, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn