Author: rhuijben
Date: Sun Aug 30 15:55:18 2015
New Revision: 1700129
URL: http://svn.apache.org/r1700129
Log:
Try to apply two simple redirects
Modified:
serf/site/publish/.htaccess
Modified: serf/site/publish/.htaccess
URL:
http://svn.apache.org/viewvc/serf/site/publish/.htaccess?rev=1700129&r1=1700128&r2=1700129&view=diff
==============================================================================
--- serf/site/publish/.htaccess (original)
+++ serf/site/publish/.htaccess Sun Aug 30 15:55:18 2015
@@ -1,2 +1,8 @@
Options +Includes
XBitHack On
+
+# For now redirect this location to the homepage
+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?