Hello.
There are addresses of the form:
where N is the page in the section, i.e. any number from 1 to infinity!
These addresses need to be redirected to the address of the form:
I try this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} page=(.*)$ [NC] RewriteRule ^articles/news /news/page/%1 [R=301,L] not working, what's wrong?