hello.
i have a particular error in my php logs:
Undefined index: HTTP_HOST in /var/www/codoforum/sys/CODOF/Cookie.php on line 67
Undefined index: HTTP_HOST in /var/www/codoforum/sys/load.php on line 23
after investigations, my server never send HTTP_HOST variable, as it's a protection against host poisoning ( https://ellislab.com/blog/entry/http-host-and-server-name-security-issues)
is there a way to setup the real host name in a config file ?
thanks
hello.
i have a particular error in my php logs:
````
Undefined index: HTTP_HOST in /var/www/codoforum/sys/CODOF/Cookie.php on line 67
Undefined index: HTTP_HOST in /var/www/codoforum/sys/load.php on line 23
````
after investigations, my server never send HTTP_HOST variable, as it's a protection against host poisoning ( https://ellislab.com/blog/entry/http-host-and-server-name-security-issues)
is there a way to setup the real host name in a config file ?
thanks
please, excuse my bad english! ( i'm french, and i know, it's not a good excuse ! ;) )