From: Vincent Bray
Date: Fri, 30 Nov 2007 00:20:19 +0000 (+0000)
Subject: Briefly mention UserDir's url redirection abilities
X-Git-Tag: 2.3.0~1198
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37cf7368b2c26a0163e6d9ef0e3d394bd4fb66a5;p=thirdparty%2Fapache%2Fhttpd.git
Briefly mention UserDir's url redirection abilities
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599655 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml
index 4a86d3f6344..ba76f979d50 100644
--- a/docs/manual/howto/public_html.xml
+++ b/docs/manual/howto/public_html.xml
@@ -116,6 +116,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