I just confirmed that the following code did correctly return "HTTP/1.x 301 Moved permanently" under CF8. Sorry no CF5 available to test:
<cfheader statuscode="301" statustext="Moved permanently"> <cfheader name="Location" value="http://www.besthomepro.com/"> Try removing the <cfabort>. Paul Cormier ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:317605 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

