Hi All,
I want url rewrite for my page.i having idea about how to rewrite for querystring and for other some cases.
but i have something new at this time and i cant able to find solution for same this time.
see my URL is like
search.php?q=brand:Bosch:price:100to200:search:14.4~cordless~Hammer
And I want to convert it to
search.php/brand/Bosch/price/100to200/search/14.4/cordless/Hammer
my query string data can be extends with : and ~ operator and i want to seperate all with / each time.
Can anybody help me for same ?
Thanks in advance