My current URL's look like this:
/for-sale/city/address/gp-6225-1015
where 1015 is the ID in the database. Now I need a rewrite rule so my new URL's will look like this:
/for-sale/city/address/1015
The problem is that the part before the id (eg. gp-6225-) is different for every URL. But the length is allways eight characters.
Can anyone help?