RewriteRule substitutions
path |
When rule is configured in server context and file system path does exist |
URL |
A relative path to the resource to be served |
- |
Do not substitute anything |
$N |
Reference to capturing group in pattern |
%N |
Reference to capturing group in
|
%{VARNAME} |
Server variable |
${map:key|default} |
Mapping function |
Comments
Related