PHP implements 301 redirection and latency jump code-PHP source code

Source: Internet
Author: User
301 jump must be implemented by a program or server. If it is a page Jump, JavaScript or page html can be used. Next we will introduce the page Jump, and then introduce the 301 jump. 301 jump must be implemented by a program or server. If it is a page Jump, JavaScript or page html can be used. Next we will introduce the page Jump, and then introduce the 301 jump.

Script ec (2); script


In general, this type of jump is a 302 jump, but only a temporary jump. If you need to perform a permanent rewrite (SEO is useful), you can achieve the following:

Header ("HTTP/1.1 301 Moved Permanently ");
Header ("Location: redirect. php ");


When we use html for pages, we will encounter regular refreshes. We can see the following labels:

Indicates that the page is refreshed every two seconds. In fact, it is redirected to the page.

Therefore, PHP can be implemented as follows based on the HTTP protocol:

Header ("refresh: 2; url = refresh. php ");

1. window. location. href Mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.