Using a rewrite rule in htaccess, I would like to rewrite (301 redirect) URL's to include extensions for those requests that forget them. For example:
www.example.com/product or
www.example.com/product/ should both redirect to:
www.example.com/product.htm However, pages in that folder should be left untouched. For example:
www.example.com/product/order.htm Thanks!
Anthony
[edited by: incrediBILL at 6:56 pm (utc) on Oct 1, 2012]
[edit reason] fixed URLS, use Example.com [/edit]