From: Joshua Slive Date: Wed, 11 Aug 2004 20:03:55 +0000 (+0000) Subject: Refer people to mod_rewrite if they need to manipulate the query X-Git-Tag: post_ajp_proxy~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e297ed1047aad724fe14d3a90e8e1570fdced7c4;p=apache 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 --- 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