From: Takashi Sato
Date: Wed, 21 May 2008 02:37:57 +0000 (+0000)
Subject: Merge r599655 from trunk:
X-Git-Tag: 2.2.9~139
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=185169f93186e43d2cbc495b27e7cd054743faef;p=thirdparty%2Fapache%2Fhttpd.git
Merge r599655 from trunk:
Briefly mention UserDir's url redirection abilities
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@658535 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml
index 30ac395a781..3d1fa2542b7 100644
--- a/docs/manual/howto/public_html.xml
+++ b/docs/manual/howto/public_html.xml
@@ -107,6 +107,20 @@
/var/html/rbowen/file.html
+
+
+ Redirecting to external URLs
+ The UserDir directive can be
+ used to redirect user directory requests to external URLs.
+
+
+ UserDir http://www.foo.com/users/*/
+
+
+ The above example will redirect a request for
+ http://example.com/~bob/abc.html
to
+ http://www.foo.com/users/bob/abc.html
.
+
Restricting what users are permitted to use this