Thanks for your help.
As to doing something at the server level, I thought that might result in additional problems. Several times my service provider has switched servers, which caused problems. Last time, the new server was running a slightly different system which affected the variables in my shopping cart (which I wrote all using Flash). As a result,
for a while, my shopping cart was inoperable and I had to rewrite my php script.
I will try your suggestion, bradgrafelman, and use $_SERVER['HTTP_HOST']. In my example, would that return (e.g. ) delta.com, which I could use as a variable?
I have also heard about $REQUEST_URI. Any opinions as to that approach?
So I guess, I would incorporate a simple php script capturing the variable of the entered url and then use switch or if statements to redirect to the appropriate page as my index
page.
Any comments would be appreciated.
Thanks again.
Paul