I have this url:
www.mysite.it/index.php?page=search&sOrder=dt_pub_date&iOrderType=desc&sPattern=MOTO&sCity=Pisa&sPriceMin=&sPriceMax=
It is a url that results from a search button (MOTO in Pisa city).
Is it possible to rewrite the words ?page=search
, sOrder
, dt_pub_date
, iOrderType
, sPattern
. sCity
, sPriceMin
, sPriceMax
so that the url becomes:
www.mysite.it/toscana/pisa/cerca=MOTO
or just more user friendly?