From: Jim Jagielski http://example.com/product/r14df/view will be mapped
-to the path /var/web/productdbr14df.
/var/web/productdb/r14df.
If there is more than one expression in parenthesis, they are available in order in the @@ -219,7 +219,7 @@ on.
The behavior of a RewriteRule can be modified by the
-application of one more flags to the end of the rule. For example, the
+application of one or more flags to the end of the rule. For example, the
matching behavior of a rule can be made case-insensitive by the
application of the [NC] flag:
.htaccess
files at the expense of some additional complexity. This technique
is called per-directory rewrites.
-The main difference with per-directory rewrites is that the path +
The main difference with per-server rewrites is that the path
prefix of the directory containing the .htaccess file is
stripped before matching in
the RewriteRule. In addition, the RewriteBase should be used to assure the request is properly mapped.