Hope this is the right place to post this. I've updated over 400 html docs to php3, and edited my .htaccess file to automatically redirect any REQUEST_URI to the new page. The line I added was:
RedirectMatch (.*).html$ http://www.mydomain.net$1.php3
My problem is that my domain hosting co. provides access stats in html. I can't reach them with those lines in .htaccess. Is there a way to exclude specific docs from the RedirectMatch? Say I want to get to stats.html. Is there a way to say "redirect .html to .php3 except if stats.html"? I don't have to use RedirectMatch, any solution would be great.
Thanks!
Steph