I would suggest handling it at the webserver level.  If you just put the 
cfheader data in the page, then the redirect won't occur until after the page 
has already been processed and sent back to the user's browser.  By handling it 
at the server level, you reduce your companies processing for the page, and 
reduce the time waiting for the extra page call from the user's browser.

William

>I know someone knows a better way but I have done it in the application.cfm
>using cfheader statuscode=301, statustext=Moved Permanently then another
> cfheader name=Location value="new url".
>First detecting whether it's the page in question of course.
>
>--
>Ryan LeTulle
>
>
>
>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:323429
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to