summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_alias.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2023-08-27 08:34:45 +0200
committerChristophe Jaillet <jailletc36@apache.org>2023-08-27 08:34:45 +0200
commit689c2672e1b61c18238214d9597e5f05558da975 (patch)
tree14dd104f06d861a7eea6ff49afc20cc69e9db3c9 /docs/manual/mod/mod_alias.xml
parentFix documented default for DavBasePath to match code. (diff)
downloadapache2-689c2672e1b61c18238214d9597e5f05558da975.tar.xz
apache2-689c2672e1b61c18238214d9597e5f05558da975.zip
Add an hyper-link.
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
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_alias.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index 463c1eddf8..35c6350b18 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -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>