> They (the DNS controllers), have setup a URL to redirect at the DNS > level (so they tell me), www.abc.com/french to come to our site via an > IP address. When we get this visitor, they need to get to our FRENCH > page. Our standard default page is the english one.
The DNS entries *CANNOT* account for anything after the slash. DNS can only determine what to do with www.abc.com and abc.com, not the "/french" portion. That can only be handled on the webserver for abc.com: either through server redirects or through a script in the home directory or something, that website or webserver would have to read the CGI to get the script after the host name and forward to your server if the script part is "/french". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314683 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

