I want to use mod-rewrite for just one file instance:
www.domain.com/contact
to pull from www.domain.com/contact.php
I used a rewrite rule for all files that look like a directory to do this initially but it messed up some diretory redirects I created so in the short-term, I'd rather just do it for a specific file.
Thanks.