summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_alias.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-09-19 04:41:15 +0200
committerJoshua Slive <slive@apache.org>2002-09-19 04:41:15 +0200
commitb9f73032778799e9414aa6e5676b6dd19fb60a7e (patch)
treee02e0ff8b37a0ec97b5acf3db4a01d2957c1a12b /docs/manual/mod/mod_alias.xml
parentIf a body arrives with an OPTIONS request, and it contains an (diff)
downloadapache2-b9f73032778799e9414aa6e5676b6dd19fb60a7e.tar.xz
apache2-b9f73032778799e9414aa6e5676b6dd19fb60a7e.zip
Fix a bunch of little problems that the directive quick-reference
made apparent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_alias.xml')
-rw-r--r--docs/manual/mod/mod_alias.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml
index 7149430722..6ed576e621 100644
--- a/docs/manual/mod/mod_alias.xml
+++ b/docs/manual/mod/mod_alias.xml
@@ -176,9 +176,8 @@ sections.</p></note>
<directivesynopsis>
<name>RedirectMatch</name>
-<description>Sends an external redirect asking the client to fetch
-a different URL based on a regular expression match of the
-current URL</description>
+<description>Sends an external redirect based on a regular expression match
+of the current URL</description>
<syntax>RedirectMatch [<em>status</em>] <em>regex URL</em></syntax>
<contextlist><context>server config</context><context>virtual host</context>
<context>directory</context><context>.htaccess</context></contextlist>