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.