Forum Moderators: phranque
Example:
Redirect 301 /directoryA/ http://www.example.com/directoryB/
such as: http://example.com/directoryA/salem.html --301--> http://www.example.com/directoryB/salem.html
Jim
Well, you should have said so. I was quite specific about the Redirect above...
You'll need RedirectMatch [httpd.apache.org] instead then - You might want to read all of the mod_alias document; I've linked you to it twice now. :)
RedirectMatch 301 ^/dir/(.*)$ http://siteb.com/