Get the App
SLTechnology News&Howtos  ›  Development  › 

How to solve the problem of $_ server [server _ NAME] of PHP

Shulou Source: shulou.com Published: 2022-06-03 09:10:50 09月19日 Update

This article is mainly about "how to solve the problem of PHP $_ server [server _ NAME]", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to solve the problem of $_ server [server _ NAME] of PHP.

problem

The jump link when the official account of Wechat acquires code. The default is to get the link of the current page. The code is as follows:

/ / description: get the url address function GetCurrentpageURL () {$pageURL = 'http'; if ($_ SERVER ["HTTPS"] = = "on") {$pageURL. = "s";} $pageURL. = ": / /"; if ($_ SERVER ["SERVER_PORT"]! = "80") {$pageURL. = $_ SERVER ["SERVER_NAME"]. ":" $SERVER ["SERVER_PORT"]. $_ SERVER ["REQUEST_URI"];} else {$pageURL. = $_ SERVER ["SERVER_NAME"]. $_ SERVER ["REQUEST_URI"];} / / echo $SERVER ["SERVER_NAME"] .PHP_EOL;// echo $pageURL;die; return $pageURL;}

Now I want to add a domain name. I appended this domain name under the conf file on Nginx, as follows:

Server {listen 80; server_name origin.baidu.com back.baidu.com; / / something

After adding the domain name and setting the authorized domain name, visit http://back.baidu.com?xxx and be redirected to http://origin.baidu.com/xxx each time.

Solution.

OK, I know there is a problem with the current link obtained by the function that gets the current domain name. In the conf file of Nginx, bring back.baidu.com to the front, and the problem is solved.

Server {listen 80; server_name back.baidu.com origin.baidu.com; / / something

Reason

The $_ SERVER ["SERVER_NAME"] of PHP does not get the domain name on the address bar, but the first domain name in the configuration file.

At this point, I believe you have a deeper understanding of "how to solve the PHP $_ server [server _ NAME] problem". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Tags: Domain name question content file link address page learning practical deeper code public interest function method reason practicality practicality simple operation method Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Microsoft Huawei MariaDB Redmi Linux