Quote:
Originally Posted by kazymjir
Not tested, but try something like:
Code:
RedirectMatch 301 ^/blog/(.*)$ http://www.domain.com/$1
|
I tried this one, but it was redirecting all /blog/ to root which conflicted with the blog portion of the site.
Quote:
Originally Posted by Colmike7
|
I am using another redirection plugin that does this also. I am using it to find all of the 404's. I think I'd rather do it through .htaccess (server side) vs. plugin as a long term solution.