I've searched for this question but I only come across really specific answers that seem difficult to tailor to my specific needs.
Let's say the URL I'm attempting to rewrite is this:
http://www.example.org/test.php?whatever=something
I want to rewrite it so that it appears as this:
http://www.example.org/test/something
How can I do this?