Organizing php header function settings content-type

Source: Internet
Author: User
Php header function setting content-type sorting php header function setting content-type

// Define the encoding headers ('content-Type: text/html; charset = utf-8 '); // Atomheader ('content-type: application/atom + XML '); // CSSheader ('content-type: text/css '); // Javascriptheader ('content-type: text/javascript'); // JPEG Imageheader ('content-type: image/jpeg '); // JSONheader ('content-type: application/json'); // response header ('content-type: application/pdf '); // RSSheader ('content-Type: application/rss + xml; charset = ISO-8859-1 '); // Text (Plain) header ('content-type: text/plain '); // XMLheader ('content-type: text/XML'); // okheader ('http/1.1 200 OK '); // set a 404 header: header ('http/1.1 404 Not Found '); // Set the address to be Permanently redirected header ('http/1.1 301 Moved Permanently '); // go to a new address header ('Location: http://www.example.org/'); // File delay redirection: header ('refresh: 10; url = http://www.example.org /'); print 'You will be redirected in 10 seconds '; // of course, You can also use html syntax to implement //
 

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.