Re: [PHP] $_SERVER['HTTP_REFERER'] does not work

2004-11-04 Thread Jason Wong
On Friday 05 November 2004 01:13, Michelle Konzack wrote: [snip] > Then I have the same problem with > > echo $_SERVER['SERVER_NAME']; > > which tell me every time the "ServerName" but not the public > "ServerAlias". > > WHY ? Look up "UseCanonicalName" in the Apache docs and see if this relates

[PHP] $_SERVER['HTTP_REFERER'] does not work

2004-11-04 Thread Michelle Konzack
Hello, I have a Host on DynDNS.org with the URL In the Pages I like to check, whether the URL was called from inside my Domain or not. For testing I have added echo $_SERVER['HTTP_REFERER']; but it returns every time h