Forum Moderators: phranque
# BEGIN WordPress
<IfModule mod_rewrite.c> 3. Where are these redirects in relation to other rules? Don't the redirects as such have to be in the form of:
...
ie. Target needs to be the full uri
The new URL may be either an absolute URL beginning with a scheme and hostname, or a URL-path beginning with a slash. In this latter case the scheme and hostname of the current server will be added.
[edited by: phranque at 2:10 am (utc) on Dec 6, 2020]
waiting to hear what else is in there
The use of RewriteRule to perform this task may be appropriate if there are other RewriteRule directives in the same scope. This is because, when there are Redirect and RewriteRule directives in the same scope, the RewriteRule directives will run first, regardless of the order of appearance in the configuration file.