I can't see why this doesn't work.
I have this in the .htaccess file in the doc root. I just replaced the static site with a WordPress site, and so need to redirect the many files in Google's index to a more appropriate domain. (There's no issue with duplicate directory names, btw.)
RedirectPermanent /mason-dixon/ http://www.example.com/wiki/index.php?title=Main_Page
I want to redirect any file within the "mason-dixon" directory to the home page of www.example.com/
the path of which is as above, although this works as well: http://www.example.com/wiki
I just can't get it to work. Any help greatly appreciated. Thanks!
[edited by: Ocean10000 at 1:10 pm (utc) on Sep 9, 2014]
[edit reason] Examplified [/edit]