I have successfully installed the Ultimate_SEO_URLs_v2.103 to my shopping cart installation (which is v1.36) located temporarily at http://d20578.u46.kansashosting.com.

We are getting ready to go live with the site but I need to redirect html pages that are indexed by google to the new html page names.

The problem that I am having is trying to redirect pages with .html extensions to the page names that are rewritten by the htaccess file fromUltimate SEO URL.

It works if I use .htm page for the original page and redirect to the new counterpart page.

Here is the code I am using in .htaccess file (after Ultimate SEO rewrite code):
Code:
redirect 301 /old_conditions.html http://d20578.u46.kansashosting.com/conditions.html
so if you goto http://d20578.u46.kansashosting.com/old_conditions.html I want it to redirect to http://d20578.u46.kansashosting.com/conditions.html

It doesn't work, it goes to the page can not be found page!

But it does work as long as I use .htm as the page extension of the original page to reidrect from.

Code:
redirect 301 /old_conditions.htm http://d20578.u46.kansashosting.com/conditions.html
if you go to http://d20578.u46.kansashosting.com/old_conditions.htm it redirects to http://d20578.u46.kansashosting.com/conditions.html

Can someone please help me figure out why I can't get a redirect from a .html page when using the Ultimate SEO URL module?

Thanks in Advance!