PHP uses the REFERER root residence to access the address for page jump

Source: Internet
Author: User
This article mainly judges the source based on the referfer and jumps to the page to avoid Page access failure. the user experience is poor. for example, I developed a yellow page source code and switched it. Previously set a demo program address: http://www.bitsCN.com and now this domain name needs to be used for other sites, and do not kill the original demo address failure what to do. Then I can use php referer to determine the source. if it is from the address of the webmaster download site, I will transfer it to the site domain name.

I just put the following code in index. php on the http://www.bitsCN.com site so that its access from files.bitsCN.com located to my server frequently used software download http://s.bitsCN.com

You can go to the demo address on this page.

The code is as follows:
$ ReferHost = parse_url ($ _ SERVER ['http _ referer'], PHP_URL_HOST );
$ ValidDomain = 'files .bitsCN.com ';
$ Valid = strstr ($ referHost, $ validDomain) ==$ validDomain;
If (! Empty ($ valid )){
Echo 'script location. href = "http://s.bitsCN.com"; script ';
Exit;
}

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.