Hi,
After change in ip of webserver the scripts with $HTTP_HOST do not work because $HTTP_HOST variable still has old ip.
Since it is not possible to change $HTTP_HOST to
$_SERVER[HTTP_HOST] in all scripts, i tried to search from which configuration file the variable is set but in vain.
Please help,
regards,
Mukta
PS: register_globals=On in php.ini
echo $HTTP_HOST gives old ip as output
echo $HTTP_SERVER_VARS[HTTP_HOST] and
echo $_SERVER[HTTP_HOST] give correct url