when I digit this url:
http://www.mydomain/search.php?page=1&order=ASC&contract=rent&new=
url should redirect to
http://www.mydomain/rent/1
I try to add this line in my .htaccess, without success:
Redirect http://www.mydomain/search.php?page=1&order=ASC&contract=rent&new= http://www.mydomain/rent/1
thanks in advance!!!