Hi, I moved my installation of wordpress from
http://www.domain.org/wp/ to
http://www.domain.org/
I would like to add some kind of redirect rule so that if there are errant links out there in the world on other sites, their links to anything in that "wp" folder, will continue to work because a link to
http://www.domain.org/wp/foobar.pdf , for example, would redirect to
http://www.domain.org/foobar.pdf .
If foobar.pdf doesn't exist, then the 404 error could be displayed, but if it does exist, I'd like users not to have to hunt it down!
Thanks for advice. I am on an apache server, and I can edit htaccess. I think I want to add a line to htaccess, but I have tried a couple of times based on random advice I've found online related to RewriteRule, without success.
Many thanks for responses!