Directives
RewriteBase |
specifies the URL prefix to be used for per-directory (htaccess) directives that substitute a relative path |
RewriteCond |
These directives may precede . 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 . 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
|
Comments
Related