Hey guys- New to the forum and have a question you'll probably think is really easy with htaccess. I've recently completed 1 phase of a redesign of a website and have changed files in a directory from html to php. I know I can use the 302 redirect for making the permanennt change, but I was trying to avoid targeting each file and would rather target the complete directory. Here's an example of what I need to do: http://myDomain.com/main/*anyfile.html redirects to http://myDomain.com/main/*anyfile.php Any help would be greatly appreciated! Thanks!