I currently have a setup where I use the seach module as it is meant to, and also as a tagging module (meaning I use tags on product pages, blog pages etc, that are links to a search result page where the search result is that tag).
I use the GET method of the search module, and use a dedicated landing page so that my results come into the URL
Code: Select all
http://mydomain.com/searchresults.html?mact=......etc
Now id like to use mod-rewrite to rewrite this URL to
Code: Select all
http://mydomain.com/searchresults/[searchterm]
So that you can share easy links with people and probably it will enhance SEO. But I'm no mod-rewrite hero. Does anyone know how this should be done using the rewriteCond and rewriteRule?
Thanks in advance,
Guido