Mod_rewrite is an Apache module that can be accessed from .htaccess files to perform all kinds of complicated URL manipulation. The main mod_rewrite function, RewriteRule, is powered by regular expressions. For the purposes of this tutorial, though, I'll be sticking to commonly used URL rewriting tasks.










Comments