Hello,
I have trouble with some links like next one:
http://localhost/browse?price=DESC&from=87/15/0/
Can you help me how can I redirect those kind of links to page like: http://localhost/items/
With "those kind of links", I mean links like:
http://localhost/browse/?price=DESC&from=87/15/0/
http://localhost/browse?price=ASC&from=87/15/
http://localhost/browse?price=ASC&from=87/
etc.
Not sure, but looks like the problem is in question mark in url... I tried with
Redirect 301 ^browse(.*) /items/
Redirect 301 ^browse(.*)(.*) /items
.... but no luck.
Can you help me how can I make redirection to /items/ page please?
Thank you in advance!



Reply With Quote


Bookmarks