I have a url of the form:
www.example.com/r/abc/1234
that I want to rewrite to:
www.example.com/r.php?deb=abc&id=1234
And another url:
www.example.com/r/12bcd-qsqs-343-wdwd/1234
which should be rewritten to:
www.example.com/r.php?abc_id=12bcd-qsqs-343-wdwd&id=1234
Both of these rule should be handled by .htaccess. Any suggestions?