Redirecting old permalink to new one
RedirectMatch 301 ^/author/$ ^/auteur/$1 This will only redirect /author/, but the target URL is invalid (with a ^ prefix). The target URL is an ordinary string (that accepts placeholders), not a regex. However, since WordPress already uses mod_rewrite directives for the front controller. You should also use mod_rewrite for this redirect (as opposed to a … Read more