I’m writing this:
RewriteRule ^title$ articles.php?&=stop [QSA,L,N,S=15]
RewriteCond %{QUERY_STRING} !stop
RewriteRule articles.php? http://mysite.com/pages/title [r=301,L,nc]
in order rename from pages/title?id_article=2 to pages/title
but it doesn’t work.
Any advice please?
Thank you in advance.
If you want to do it with PHP, following is the script: