Header () 301 redirection implementation code

Source: Internet
Author: User
Let's take a look at an example: header (#39; location: www.phprm.com #39;); the above is a simple jump. what should we do to make a permanent turn. syntax: header (stri... let's take a look at an example: header ('Location: http://www.phprm.com/'); above is a simple jump, we want to do permanent turn how to do it, as follows.

Syntax:Header (string, replace, http_response_code)

Parameter description

String is required, which specifies the header string to be sent.

Optional. indicates whether to replace the previous header or add a second header.

The default value is true (replace) and false (multiple headers of the same type are allowed ).

Http_response_code (optional) sets the http response code to the specified value. php 4 and later are available. In other cases, http_response_code is the 301 code to be written, as shown below:

$ Url = "http://www.phprm.com"; header ("http/1.1 301 moved permanently"); header ("location: $ url"); exit ();

Note:After php 4.4, this function prevents multiple headers from being sent at a time, which is a protection against header injection attacks.

Article link:

Save this article for favorites!

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.