From 8be36761e5b0e8eb5a0adfb98119fe248fd325fd Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 19 Mar 2002 01:28:38 +0000 Subject: [PATCH] Add a reference to mod_alias. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94011 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_alias.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index bd80377b7c..ba14d3354c 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -27,12 +27,11 @@ 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.

- -

A more powerful and flexible set of directives for - manipulating URLs is contained in the mod_rewrite - module.

+mod_rewrite Mapping URLs to the filesystem + Alias Maps URLs to filesystem locations -- 2.50.1