Posted by op12 on 09/01/06 05:28
Somehow when I am using $_SERVER['HTTP_HOST'] to determine which
subdomain I am on, it works fine in Firefox and not in IE. Doing some
debugging, I found that the string returned was empty for IE, but had
the expected subdomain in Firefox.
I found the same to be true for $_SERVER['SERVER_NAME']
Any idea on how to resolve the issue? I thought that the PHP would be
browser independent since it is processed server-side, but it seems
like IE is not passing headers?
[Back to original message]
|