How can I match query string variables with mod_rewrite?
- by Patrick McElhaney
Suppose I have URLs with query string parameters like these:
/index.php?book=DesignPatterns&page=151
/index.php?book=Refactoring&page=157
Using mod_rewrite, how can I redirect them to SES URLs like these?
/DesignPatterns/151
/Refactoring/157