79189133

Date: 2024-11-14 14:23:18
Score: 3
Natty:
Report link

To rewrite as you wish use the following text and duplicate it with the good argument each time i.e :

RewriteCond %{QUERY_STRING} ^url_query=my-article$ RewriteRule ^page$ https://www.website.com/page/my-article? [R=301,L]

Or with automation

RewriteCond %{QUERY_STRING} url_query=(.) RewriteRule ^(.)/url_query=$ $1?page=%{QUERY_STRING} [R=301,L]

R=301 : Type of redirection permanent means after SEO and all stuf you will "maybe" delete the old url. In any case the good url is this one ...

Have a good day...

Reasons:
  • Blacklisted phrase (1): good day
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Grimoun