Apache URL rewrite query
- by ant-1980
Can anyone tell me how to do this? i'm stumped!
I need a modified URL in this format
this55-is-a-test-id-23.html
But I need the 23 as a GET. I can't rely on searching for 'id' as this may occur elsewhere in the URL. Is there any way of searching for the last occurrence of id and passing that as a get using an Apache RewriteRule in .htaccess??
Many thanks
Ant