Ok I have a directory, lets call it members, and anything inside this directory, I want redirected to a page called members.php. So I tried this: Redirect 301 /members/$ http://www.domain.com/members.php But it does not appear to be working. Can someone help?
I add to make it like this: RewriteEngine on RewriteRule ^(.*)members/(.*)$ members.php [L] Thanks again!