Php defines the 404 page method

Source: Internet
Author: User
First take a look at the PHP instance code: @ header (& quot; http11404notfound & quot;); @ header (& quot; status: 404 notfound & quot;); echo & amp; 39; echo404 & amp; 39; exit (); check whether 404 is set successfully

Let's take a look at the PHP instance code:

  1. @ Header ("http/1.1 404 not found ");
  2. @ Header ("status: 404 not found ");
  3. Echo 'echo 404 ';
  4. Exit ();

To check whether 404 is set successfully, you can use the firebug plug-in of firefox to check the setting:

When firebug has been installed, open the 404 status code page in the firefox browser and click the bug icon in the lower right corner to start the "network" tag, open "network-all/html-headers" in sequence. if everything is normal, you can see the page parameters including headers and responses.

404 page impact on the website:

The effect on seo is not great, but there is always better than not. if you have this permission, you 'd better set the 404 page, which is similar to the website location, not all websites have to be set, but sometimes they need to be set.

If you want to set a 404 page, you should consider the user experience rather than seo.

Apache 404 definition:

In apache, setting the 404 error page to set the 404 error page for apache server is simple. you only need to add the following content to the. htaccess file: errordocument 404/notfound. php

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.