I've got a domain (A_DOMAIN.com) that has been masked and redirected to another domain (B_DOMAIN.com). I'd like to retrieve the url A_DOMAIN.com from the address bar, but when I use $_SERVER['HTTP_HOST'], it just returns B_DOMAIN.com.
Does anyone know how I can print what is actually sitting in the address bar?