Hi, im new here.
I im trying to convert this url
i try with this solution but no results
stackoverflow.com/questions/28168375/how-to-write-htaccess-rewrite-rule-for-seo-friendly-url
also with:
RewriteRule palabra/(.*)/ autor.php?id=$1 [L,QSA,NC]
also this:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s/+autor\.php\?id=([^\s]+) [NC]
RewriteRule ^ /autor/%1/? [R=302,L]
thanks for the help!