Why redirect not working?
RewriteRule ^details.php?id=([A-Za-z0-9_]+) /catalog/details/view/id/$1 [R=301,L]
Should be redirect details.php?id=(ID here) and you can redirect to /catalog/details/view/id/(ID here)
Wrote a redirect. But for some reason not working. Why?