Author: rhuijben
Date: Mon Aug 31 11:53:15 2015
New Revision: 1700237

URL: http://svn.apache.org/r1700237
Log:
Make download redirect more strict and add a buildbot redirect.

Modified:
    serf/site/publish/.htaccess

Modified: serf/site/publish/.htaccess
URL: 
http://svn.apache.org/viewvc/serf/site/publish/.htaccess?rev=1700237&r1=1700236&r2=1700237&view=diff
==============================================================================
--- serf/site/publish/.htaccess (original)
+++ serf/site/publish/.htaccess Mon Aug 31 11:53:15 2015
@@ -1,7 +1,9 @@
 Options +Includes
 
 # For now redirect this location to the homepage
-RedirectMatch ^/download http://serf.apache.org/#download
+RedirectMatch ^/download(/)?$ http://serf.apache.org/#download
 
 # Simple issue redirector
 RedirectMatch ^/issue[^A-Za-z0-9]?(\d+)$ 
https://issues.apache.org/jira/browse/SERF-$1
+
+RedirectMatch ^/buildbot$ 
http://ci.apache.org/waterfall?category=serf-prod\&show_events=true


Reply via email to