I am a newcomer to PHP. I am using simple PHP scripts to send me emails of orders placed using our shopping cart.
I have several domain names which are aliases for my actual website:
Would it be possible for a PHP script to ascertain that the visitor used one of these aliases to reach the site?
e.g. they used closeout.com to entire the site (mainsite.com).
Then I would want a PHP script to automatically take them to mainsite.com/closeout.html, for example.
Any help would be greatly appreciated.
Paul Drexler