Here we'll cover basics - what do the flags mean, and some intro regular expression stuff. This is not intended to be a complete regex tutorial, since there are better ones available. Just stuff specific to mod_rewrite. We should also cover the differences between using RewriteRule in httpd.conf vs .htaccess files.
- RewriteRule
- RewriteCond
- RewriteEngine
- RewriteOptions
- RewriteBase
- Flags
- RewriteLog and RewriteLogLevel
- RewriteMap
- "Rewriting" using AliasMatch and Alias.