Hi there I have been looking through some of the posted answers on how to do this and I am coming up a bit lost. Some of the posts I have read are as follows:
- Rewrite search page query URL with htaccess
- What does RewriteBase do and how to use it?
- What does $1 [QSA,L] mean in my .htaccess file?
- Pretty URLs for search pages
The URLs we have currently look something like this:
example.com/search/?itemID=I-123456&itemName=FirstItemName+SecondItemName+MoreItemNames
I would like them to read something more towards this:
example.com/search/FirstItemName/SecondItemName/MoreItemNames/
Any guidance would be greatly appreciated. Thanks!