Author: brane
Date: Fri Dec  4 09:25:39 2009
New Revision: 887125

URL: http://svn.apache.org/viewvc?rev=887125&view=rev
Log:
* site/.htaccess: Fourth variant, rewrite with redirect instead of proxy.

Modified:
    subversion/site/.htaccess

Modified: subversion/site/.htaccess
URL: 
http://svn.apache.org/viewvc/subversion/site/.htaccess?rev=887125&r1=887124&r2=887125&view=diff
==============================================================================
--- subversion/site/.htaccess (original)
+++ subversion/site/.htaccess Fri Dec  4 09:25:39 2009
@@ -1,6 +1,6 @@
 Options +Includes
 XBitHack On
 
-# Test: proxy the documentation bits
+# Test: redirect the documentation bits
 RewriteEngine on
-RewriteRule ^/docs/(.*)$ http://people.apache.org/~brane/$1 [P]
+RewriteRule ^/docs/(.*)$ http://people.apache.org/~brane/$1 [R=302]


Reply via email to