You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/08/31 20:14:30 UTC

svn commit: r1700288 - /subversion/site/publish/.htaccess

Author: rhuijben
Date: Mon Aug 31 18:14:30 2015
New Revision: 1700288

URL: http://svn.apache.org/r1700288
Log:
Make sure links to the old download location still work

Modified:
    subversion/site/publish/.htaccess

Modified: subversion/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/subversion/site/publish/.htaccess?rev=1700288&r1=1700287&r2=1700288&view=diff
==============================================================================
--- subversion/site/publish/.htaccess (original)
+++ subversion/site/publish/.htaccess Mon Aug 31 18:14:30 2015
@@ -1,6 +1,8 @@
 # duplicated in httpd.conf in r795618
 Options +Includes
 
+RedirectMatch ^/download(/)?$ /download.cgi
+
 RedirectMatch ^/buildbot/all$ http://ci.apache.org/waterfall?category=svn-prod\&category=svn-warnings\&category=svn-status\&category=svn-compat\&show_events=true
 RedirectMatch ^/buildbot/prod$ http://ci.apache.org/waterfall?category=svn-prod\&category=svn-warnings\&show_events=true
 RedirectMatch ^/buildbot/stat$ http://ci.apache.org/waterfall?category=svn-status\&show_events=true