mod_rewrite - Apache module Real-Life Rulesets
A useful guide of real-life rulesets for mod_rewrite Apache module can be found at http://httpd.apache.org/docs/1.3/misc/rewriteguide.html and it is full with solutions of URL-based problems that webmasters are faced every day.
There are practical examples of how Apache’s mod_rewrite can be used for URL manipulations.
The rules can go in httpd.conf (per-server context) as well as in [...]