|I'm experimenting with setting a 301 'Moved Permanently" header for a |large reorganization of our site. | |My first experiment was with using .htaccess with the |following line in it: | |redirect 301 /301_old.html http://dprweb:2222/301_new.html | |This immediately caused my entire website to crash and return |a 500 error.
I would definately try to do this at the web server level - make sure you have mod_redirect enabled in your apache configuration, check the error log and if you want to use an .htaccess file in a folder, you have to make sure that this is allowed/enabled as well. Personally I prefer to put these redirects in the global httpd.conf, together with the site definition, to have things in one central place. /Hugo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287772 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

