I have recently update my website (and I didn't notice that the files were automatically saved as .html whereas the old pages were .htm) Therefore, I have want to redirect 301 my old pages. Therefore, I have created an .htaccess for each website and uploaded it (as ASCII mode). However, when I try to type in the URL's of the old pages i get "page not found 404", instead of being redirected to the new pages.The codes in my .htaccess files all look like this (of course the page name changes for each page)redirect 301 /var/www/surgery/about_us.htm http://www.hygeiasurgery.com/about_us.htmlI really hope somebody can help me with this?