From e297ed1047aad724fe14d3a90e8e1570fdced7c4 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 11 Aug 2004 20:03:55 +0000 Subject: [PATCH] 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/trunk@104554 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.html.en | 6 ++++++ docs/manual/mod/mod_alias.xml | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 0b90b9b5ae..cce8764b9b 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -45,6 +45,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