You can also set up some rewrite rules with Apache's mod_rewrite or one of the IIS filters. This would perform much faster then doing it in CF.
Russ > -----Original Message----- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 17, 2007 12:32 PM > To: CF-Talk > Subject: Re: Who is wrong ? > > >>For what it's worth, I've seen similar behaviour from certain search > engines, where links have ampersands in them. > > That's the case: the make an url to their own site, passing the result > link as a parameter. > In the process they escape all characters, which they should not do. > > >> It's trivial to put a filter at the front of your request to strip > names that contain "amp;" > at the beginning. > > Ok, I'll try to implement something in my application.cfm > > >>Hardly an ideal solution, but it's more reasonable > than changing the third-party search engine (unless you've got better > friends than I do). > > Especially that I don't even know them. I just noticed that the referrer > tells the visitor came from their site. > > Thanks. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275588 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

