]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add an hyper-link.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 27 Aug 2023 06:39:44 +0000 (06:39 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 27 Aug 2023 06:39:44 +0000 (06:39 +0000)
Fix a typo (s/a an/an/)
Be less agressive (s/ON/On/) and reorder "On|Off".
(r1911948 intrunk)

Fix <compatibility> version

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1911949 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index 7d6767033a39e383d3a01638020e69b46c0b38f5..06394f28d626b770a5f0e6238d6d256c2296b4d1 100644 (file)
@@ -621,18 +621,18 @@ ScriptAliasMatch "(?i)^/cgi-bin(.*)" "/usr/local/apache/cgi-bin$1"
 <directivesynopsis>
 <name>RedirectRelative</name>
 <description>Allows relative redirect targets.</description>
-<syntax>RedirectRelative OFF|ON</syntax>
-<default>RedirectRelative OFF</default>
+<syntax>RedirectRelative On|Off</syntax>
+<default>RedirectRelative Off</default>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
-<compatibility>2.5.1 and later</compatibility>
+<compatibility>2.4.58 and later</compatibility>
 </contextlist>
 
 <usage>
-    <p>By default, if the target URL of a <directive>Redirect</directive>
+    <p>By default, if the target URL of a <directive module="mod_alias">Redirect</directive>
     directive is a relative URL beginning with a '/' character, the server 
-    converts it to a an absolute URL before responding to the client. By
-    setting <directive>RedirectRelative</directive> to the value "ON",
+    converts it to an absolute URL before responding to the client. By
+    setting <directive>RedirectRelative</directive> to the value "On",
     the relative URL is presented to the client directly.</p>
 
 </usage>