I need some help with a htaccess 301 redirect.
I want to make a redirect from this rule:
RewriteRule ^author-details/([^/]+)-([^/]+).html$ /authors-details.php?id=$1&slug=$2 [QSA,L]
to this rule:
RewriteRule ^([^/]+)-biography-([^/]+).html$ /authors-details.php?id=$1&slug=$2 [QSA,L]
Thanks in advance.
or just
mod_rewrite reference