Hai,
I want to be able to use the url in my webpages that people REALLY typed into their browsers. NOT the redirected url the host is using.
(like in: echo "http://{$HTTP_HOST}{$REQUEST_URI}";
But using $HTTP_HOST or $SERVER_NAME only gives me the name of the redirected url.
Anyone solved this problem??
Edith