You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2009/12/04 10:27:56 UTC

svn commit: r887127 - /subversion/site/.htaccess

Author: brane
Date: Fri Dec  4 09:27:55 2009
New Revision: 887127

URL: http://svn.apache.org/viewvc?rev=887127&view=rev
Log:
* site/.htaccess: Remove the documentation proxy/redirect test. It will have to
  be an ordinary "Redirect", I wasn't able to make anything else work.
  See example in r887119.

Modified:
    subversion/site/.htaccess

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