RewriteBase
specifies the URL prefix to be used for per-directory (htaccess)
RewriteRule
directives that substitute a relative path
RewriteCond
These directives may precede
RewriteRule
. For rule that matches URL it will trigger rewriting only if all it's conditions evaluate to true
RewriteEngine
Enable or disable rewriting
RewriteMap
Used for values mapping in substitutions of
RewriteRule
. Map values from files, databases, external functions etc.
RewriteOptions
Specifies rewriting options for server of directory
RewriteRule
Manch the URL, make substitution(s). This directive only used for matching against URL path. For matching port, scheme, query string use
RewriteCond
Comments