On 11/8/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: >Would it hurt to put a cflocation on them, pointing to the new store? Placing dynamic ><cflocation>s to the matching page in the store isn't really an option.
Yes, don't use it ... try to redirect with 301 status code instead: <cfheader statuscode="301" statustext="Moved Permanently" /> <cfheader name="Location" value="your new path" /> -- Albert Bussolino ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259673 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

