Forum Moderators: phranque
can anybody help me with the .htaccess code to turn the URL structure from
http://example.com/search.php?q=KEYWORD&page=PAGENUMBER&minPrice=&maxPrice=&sort=RATING
to
http://example.com/search/RATING-PAGENUMBER-KEYWORD
or
http://example.com/search/KEYWORD/PAGENUMBER-RATING
i have an existing .htaccess code for
http://example.com/search.php?q=KEYWORD&page=PAGENUMBER&minPrice=&maxPrice=&sort=RATING
http://example.com/search/KEYWORD that might complicate things.
thank you in advance.
Jim