RE: svn commit: r1700129 - /serf/site/publish/.htaccess

2015-08-30 Thread Bert Huijben


> -Original Message-
> From: Ivan Zhakov [mailto:i...@visualsvn.com]
> Sent: zondag 30 augustus 2015 18:36
> To: rhuij...@apache.org
> Cc: dev@serf.apache.org
> Subject: Re: svn commit: r1700129 - /serf/site/publish/.htaccess
> 
> On 30 August 2015 at 18:55,   wrote:
> > 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=170
> 0128&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
> FYI: I'm going to create separate download page later.

That is what I would expect. But I remember that I somewhere already entered 
that /download url, so as temporary measure this redirect should work. 

Please *do* remove (or update) it when we have an actual download page :-)

Bert



Re: svn commit: r1700129 - /serf/site/publish/.htaccess

2015-08-30 Thread Ivan Zhakov
On 30 August 2015 at 18:55,   wrote:
> 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
FYI: I'm going to create separate download page later.

-- 
Ivan Zhakov


svn commit: r1700129 - /serf/site/publish/.htaccess

2015-08-30 Thread rhuijben
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?