P
polilop
Is there a URL rewrite module that allows to rewrite url by
looking at the database.
Egxample:
http://www.somesite.com/object.aspx?objectCountryId=1&objectId=22
now i look into the database, see that objectCountryId =1 in the database is
"France"
and ObjectId=22 is "James mannor", and then rewrite so url looks like
http://www.somesite.com/object.aspx/France/James mannor/
looking at the database.
Egxample:
http://www.somesite.com/object.aspx?objectCountryId=1&objectId=22
now i look into the database, see that objectCountryId =1 in the database is
"France"
and ObjectId=22 is "James mannor", and then rewrite so url looks like
http://www.somesite.com/object.aspx/France/James mannor/