From 71b70d77a620559c87acab86239adc8f433ce800 Mon Sep 17 00:00:00 2001
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.