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

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1911948 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.xml

index 463c1eddf8c058adf69cd4cdeb0237dfa9f22747..35c6350b1885ce700df21cdec87c702a79fd30e9 100644 (file)
@@ -642,18 +642,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>
 </contextlist>
 <compatibility>2.5.1 and later</compatibility>
 
 <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>