From: Rich Bowen Date: Fri, 17 Dec 2010 14:09:32 +0000 (+0000) Subject: Links to current docs. Typo correction. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fec3e2f8bedd1e4cbc390553e207b26013437be;p=thirdparty%2Fapache%2Fhttpd.git Links to current docs. Typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1050392 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/mod_alias.html.en b/htdocs/manual/mod/mod_alias.html.en index 076a2de66b5..8018c2d56ad 100644 --- a/htdocs/manual/mod/mod_alias.html.en +++ b/htdocs/manual/mod/mod_alias.html.en @@ -169,10 +169,13 @@ rel="Help">Module: mod_alias
Compatibility: The directory - and .htaccess context's are only available in versions 1.1 and + and .htaccess contexts are only available in versions 1.1 and later. The status argument is only available in Apache 1.2 or later.

+

Current documentation for this directive may be found here

+

The Redirect directive maps an old URL into a new one. The new URL is returned to the client which attempts to fetch it again with the new address. URL-path a (%-decoded) @@ -259,6 +262,9 @@ rel="Help">Compatibility: Available in Apache 1.3 and later

+

Current documentation for this directive may be found here

+

This directive is equivalent to Redirect, but makes use of standard regular expressions, instead of simple prefix matching. The @@ -292,6 +298,9 @@ rel="Help">Compatibility: This directive is only available in Apache 1.2 and later

+

Current documentation for this directive may be found here

+

This directive makes the client know that the Redirect is only temporary (status 302). Exactly equivalent to Redirect temp.

@@ -317,6 +326,9 @@ rel="Help">Compatibility: This directive is only available in Apache 1.2 and later

+

Current documentation for this directive may be found here

+

This directive makes the client know that the Redirect is permanent (status 301). Exactly equivalent to Redirect permanent.

@@ -337,6 +349,9 @@ Module: mod_alias

+

Current documentation for this directive may be found here

+

The ScriptAlias directive has the same behavior as the Alias directive, except that in addition it marks the target directory as containing CGI scripts that will be @@ -373,6 +388,9 @@ rel="Help">Compatibility: Available in Apache 1.3 and later

+

Current documentation for this directive may be found here

+

This directive is equivalent to ScriptAlias, but makes use of standard regular expressions, instead of simple prefix matching. The