diff options
author | Joshua Slive <slive@apache.org> | 2002-09-19 04:41:15 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-09-19 04:41:15 +0200 |
commit | b9f73032778799e9414aa6e5676b6dd19fb60a7e (patch) | |
tree | e02e0ff8b37a0ec97b5acf3db4a01d2957c1a12b /docs/manual/mod/mod_alias.xml | |
parent | If a body arrives with an OPTIONS request, and it contains an (diff) | |
download | apache2-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.xml | 5 |
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> |