hi guys, we have just redone an existing asp site using coldfusion (so much 
nicer!!).

question: how do we redirect someone using a google link to the old asp page. 
we are putting most of them into a remove request with google but would like to 
address any strays.

i thought something like the following would work in the application file but 
no...

<cfif listContainsNoCase(CGI.SCRIPT_NAME, '.asp')>
        <cflocation url="#application.settings.rootURL#" addtoken="no">
</cfif> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324094
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to