diff options
author | André Malo <nd@apache.org> | 2014-01-28 22:59:24 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-01-28 22:59:24 +0000 |
commit | db67336b70e5bdd53c470ef7bc90f73955550fd4 (patch) | |
tree | b4f3e484c14570f51930acfe2584032368617ce1 /docs/manual/mod/mod_rewrite.xml | |
parent | 456dab3b77676d742411dab5a6557ef5d47aa74d (diff) | |
download | httpd-db67336b70e5bdd53c470ef7bc90f73955550fd4.tar.gz |
- fix various internal links, directive and module references
- add missing documents to the sitemap (if it's not in the sitemap, it's not
going into any of the offline formats)
- fix a few metafile references (d'oh)
- fix some typos along the way
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1562300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r-- | docs/manual/mod/mod_rewrite.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 308dc53198..d0aa4a3ca6 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -193,7 +193,7 @@ URLs on the fly</description> is used in <code>VirtualHost</code> or server context with version 2.2.22 or later of httpd, <module>mod_rewrite</module> will only process the rewrite rules if the request URI is a <a - href="./directive-dict.html#Syntax">URL-path</a>. This avoids + href="directive-dict.html#Syntax">URL-path</a>. This avoids some security issues where particular rules could allow "surprising" pattern expansions (see <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3368">CVE-2011-3368</a> @@ -947,8 +947,8 @@ RewriteRule ^/$ /homepage.std.html [L] <p><a id="patterns" name="patterns"><em>Pattern</em></a> is a perl compatible <a id="regexp" name="regexp">regular expression</a>. On the first RewriteRule, it is matched against - the (%-decoded) <a href="./directive-dict.html#Syntax">URL-path</a> (or - <a href="./directive-dict.html#Syntax">file-path</a>, depending + the (%-decoded) <a href="directive-dict.html#Syntax">URL-path</a> (or + <a href="directive-dict.html#Syntax">file-path</a>, depending on the context) of the request. Subsequent patterns are matched against the output of the last matching RewriteRule.</p> |