mod_rewrite: query from values between slashes

I want this:

http://example.com/hello/world/123/

To be re_written as this:

http://example.com/process.php?q1=hello&q2=world&q3=123

hk,

If you want that, write the code for it! I have a tutorial linked in my signature which deals with all kinds of mod_rewrite questions … except “do it for me.” I’d be happy to help you when you show your attempt but, since this didn’t pass the “smell test” for “script kiddies,” I’ll leave it in your corner to make the attempt. I’m here to help members learn about mod_rewrite so please rephrase your request and show the code you’ve attempted.

Regards,

DK