I have navigation uris like this
/pages/index.php?page=gallery
/pages/index.php?page=users
I want to make it so it simply shows the following
/Page/Users
/Page/Gallery
How can I accomplish this, using mod_rewrite, and can you explain me how it works?