mbuk2k_59598
Aug 16, 2012Nimbostratus
301 Redirect Not Working
OK, we need to redirect the following using a 301: http://www.ourwebsite.co.uk/mall/departmentpage.cfm/customer/_249553/1/Product1 to http://www.newwebsite.co.uk/product/Product1 I've tried using the F5 iRule redirection generator which gave me: when HTTP_REQUEST { if {[HTTP::uri] equals {http://www.ourwebsite.co.uk/mall/departmentpage.cfm/customer/_249553/1/Product1}} {HTTP::uri {http://www.newwebsite.co.uk/product/Product1} } } Which didn't work. Any help would be kindly appreciated. Thank you