summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_alias.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-09-19 02:41:15 +0000
committerJoshua Slive <slive@apache.org>2002-09-19 02:41:15 +0000
commitb9f73032778799e9414aa6e5676b6dd19fb60a7e (patch)
treee02e0ff8b37a0ec97b5acf3db4a01d2957c1a12b /docs/manual/mod/mod_alias.html.en
parent41b61ff59f8e667188055382036da1417a7e002b (diff)
downloadhttpd-b9f73032778799e9414aa6e5676b6dd19fb60a7e.tar.gz
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.html.en')
-rw-r--r--docs/manual/mod/mod_alias.html.en5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en
index fa3f1c4eef..66f5bab2a2 100644
--- a/docs/manual/mod/mod_alias.html.en
+++ b/docs/manual/mod/mod_alias.html.en
@@ -149,9 +149,8 @@ sections.</p></div>
</code></p></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="directive-section"><h2><a name="RedirectMatch" id="RedirectMatch">RedirectMatch</a> <a name="redirectmatch" id="redirectmatch">Directive</a></h2><table class="directive"><tr><th><a href="directive-dict.html#Description">Description:
- </a></th><td>Sends an external redirect asking the client to fetch
-a different URL based on a regular expression match of the
-current URL</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
+ </a></th><td>Sends an external redirect based on a regular expression match
+of the current URL</td></tr><tr><th><a href="directive-dict.html#Syntax">Syntax:
</a></th><td>RedirectMatch [<em>status</em>] <em>regex URL</em></td></tr><tr><th><a href="directive-dict.html#Context">Context:
</a></th><td>server config, virtual host, directory, .htaccess</td></tr><tr><th><a href="directive-dict.html#Override">Override:
</a></th><td>FileInfo</td></tr><tr><th><a href="directive-dict.html#Status">Status: