From: Daniel Gruno Pattern is
a perl compatible regular
- expression. On the first RewriteRule it is applied to the (%-decoded)
- URL-path of the request;
- subsequent patterns are applied to the output of the last matched
- RewriteRule.
In VirtualHost context,
@@ -920,7 +921,7 @@ later
In Directory and htaccess context,
the Pattern will initially be matched against the
- filesystem path, after removing the prefix that lead the server
+ filesystem path, after removing the prefix that led the server
to the current RewriteRule (e.g. "app1/index.html"
or "index.html" depending on where the directives are defined).