Hi,
I have a site which 3 different URLs point to.
For example:
http://www.test.com/
http://www.test.co.uk/
http://www.test.info/
All 3 sites point to the same real folder and files,
but I need to customize the content depending on which URL is typed into the browser.
So I need to read the 'virtual URL', not the 'real document root'.
Any ideas how to do this?
Thanks...