PHP 8.5.0 Alpha 1 available for testing

Voting

: three plus five?
(Example: nine)

The Note You're Voting On

public at grik dot net
15 years ago
In [HOST=...] one should use only the 1st server name from the list of server names.

I.E. if you have
server_name example.com, example2.com;
and will use www.example.com in a browser,
use [HOST=example.com] in php.ini for both addresses.

PHP looks not at the HOST request header (as I expected), but at the SERVER_NAME parameter (which by default is the 1st from the list of names, no matter what the HOST is).

<< Back to user notes page

To Top