How to use mod_rewrite to simplify URL Rewriting in Apache – A basic guide to the mod_rewrite module
Introduction
URL Rewriting is the process of manipulating an URL or a link, which is send to a web server in such a way that the link is dynamically modified at the server to include additional parameters and information along with a server initiated redirection. The web server performs all these manipulations on the fly so [...]