From: Vincent Bray Date: Fri, 30 Nov 2007 00:20:54 +0000 (+0000) Subject: Update transformations X-Git-Tag: 2.3.0~1197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c76e4f35e082b6d9766686a4ec69f05c4e45a78;p=thirdparty%2Fapache%2Fhttpd.git Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599656 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 86bc3c19e42..a125d862940 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -39,6 +39,7 @@
top
+
+

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.

top

Restricting what users are permitted to use this diff --git a/docs/manual/howto/public_html.xml.ja b/docs/manual/howto/public_html.xml.ja index 977ed7dadaf..26cfe895b51 100644 --- a/docs/manual/howto/public_html.xml.ja +++ b/docs/manual/howto/public_html.xml.ja @@ -1,7 +1,7 @@ - + + + +