Hello,

I am using the "Ultimate SEO URLs" mod, and trying to setup a 301 redirect in the same htaccess file. For some reason the 301 redirect isn't working though, and as I have taken the code from a different site where it works, I am assuming the SEO urls code somehow conflicts?

The code I am using is:

RewriteEngine On
rewritecond %{http_host} ^website.com.au
rewriteRule ^(.*) http://www.website.com.au/$1 [R=301,L]

redirect 301 /catalog/product_info.php?cPath=4_6_28&products_id=3917 http://www.website.com.au/1000-un-mille-p-1.html

I have tried putting it at the top of the .htaccess file, and the base, and neither work. The component of this that redirects it from a non www, to a www works, just not that page redirection.

Any ideas?