What is the difference between HTTP_HOST and SERVER_NAME in PHP?

前端 未结 10 2312
青春惊慌失措
青春惊慌失措 2020-11-22 07:07

What is the difference between HTTP_HOST and SERVER_NAME in PHP?

where:

  • HTTP_HOST === $_SERVER[\'HTTP_HOST\'
10条回答
  •  鱼传尺愫
    2020-11-22 07:53

    If you want to check through a server.php or whatever, you want to call it with the following:

    
    

    or

    
    

    Then access it with all the valid URLs for your site and check out the difference.

提交回复
热议问题