Author: brane
Date: Fri Dec  4 09:10:00 2009
New Revision: 887121

URL: http://svn.apache.org/viewvc?rev=887121&view=rev
Log:
* site/.htaccess: Second variant, proxy the generated documentation.

Modified:
    subversion/site/.htaccess

Modified: subversion/site/.htaccess
URL: 
http://svn.apache.org/viewvc/subversion/site/.htaccess?rev=887121&r1=887120&r2=887121&view=diff
==============================================================================
--- subversion/site/.htaccess (original)
+++ subversion/site/.htaccess Fri Dec  4 09:10:00 2009
@@ -1,5 +1,6 @@
 Options +Includes
 XBitHack On
 
-# Test: redirect the documentation bits
-Redirect temp /doc http://people.apache.org/~brane
+# Test: proxy the documentation bits
+ProxyPass /docs/ http://people.apache.org/~brane/
+ProxyPassReverse /docs/ http://people.apache.org/~brane/


Reply via email to