I want to use the current [OR]
but also add: [L,R=301,NC]
for a permanent redirect.
So is that [OR, L,R=301,NC]
?
I want to use the current [OR]
but also add: [L,R=301,NC]
for a permanent redirect.
So is that [OR, L,R=301,NC]
?
The docs for RewriteCond say that the flags are a comma-separated list.
But only OR and NC are flags for RewriteCond. R and L are flags for RewriteRule, so you wouldn't put them together with OR and NC.