Hi,
If i have the url /item.php?id=1 is there any way to be redirected to /item/1.
I have the rewrite rule set up to change /item.php?id=1 to /item though no way to redurect if that url is used.
i have tried...
RewriteRule item.php([/]+)/?$ /item/$1 [R=301,L]
Thanks Ben 🙂