From: Joshua Slive
Date: Wed, 11 Aug 2004 20:05:12 +0000 (+0000)
Subject: Backport:
X-Git-Tag: STRIKER_2_0_51_RC1^2~96
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45f517ed83975c83f2524b38ee8dbb4bfe4ed6d;p=thirdparty%2Fapache%2Fhttpd.git
Backport:
Refer people to mod_rewrite if they need to manipulate the query
string. (This is a FAQ.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104555 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en
index a021ec25350..def9a5f744f 100644
--- a/docs/manual/mod/mod_alias.html.en
+++ b/docs/manual/mod/mod_alias.html.en
@@ -44,6 +44,12 @@
directives are used to instruct clients to make a new request with
a different URL. They are often used when a resource has moved to
a new location.
+
+ mod_alias
is designed to handle simple URL
+ manipulation tasks. For more complicated tasks such as
+ manipulating the query string, use the tools provided by
+ mod_rewrite
.
+
Directives
@@ -365,4 +371,4 @@ and designates the target as a CGI script
-