On Fri, 17 May 2002, Adrian Murphy wrote:
> my isp has set up an internal redirect that
> resolves  www.mysite.biz to www.mysite.com
> how can i check if the request was for the .biz version.

If it's really a redirect, then I don't think you can; the browser makes a
second request for www.mysite.com and by that time all knowledge of the
.biz request is gone. Have them just alias it instead.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to