Author: brane
Date: Fri Dec 4 09:22:08 2009
New Revision: 887123
URL: http://svn.apache.org/viewvc?rev=887123&view=rev
Log:
* site/.htaccess: Third variant, using rewrite rules.
Modified:
subversion/site/.htaccess
Modified: subversion/site/.htaccess
URL:
http://svn.apache.org/viewvc/subversion/site/.htaccess?rev=887123&r1=887122&r2=887123&view=diff
==============================================================================
--- subversion/site/.htaccess (original)
+++ subversion/site/.htaccess Fri Dec 4 09:22:08 2009
@@ -2,5 +2,5 @@
XBitHack On
# Test: proxy the documentation bits
-ProxyPass /docs/ http://people.apache.org/~brane/
-ProxyPassReverse /docs/ http://people.apache.org/~brane/
+RewriteEngine on
+RewriteRule ^/docs/(.*)$ http://people.apache.org/~brane/$1 [P]