RE: svn commit: r1700129 - /serf/site/publish/.htaccess
"Bert Huijben" <[email protected]> Sun, 30 Aug 2015 18:49:03 +0200
| Newsgroups | gmane.comp.apache.apr.serf.devel |
|---|---|
| Message-ID | <00ae01d0e343$c821d9c0$58658d40$__40408.6187169471$1443916065$gmane$org@qqmail.nl> |
> -----Original Message----- > From: Ivan Zhakov [mailto:[email protected]] > Sent: zondag 30 augustus 2015 18:36 > To: [email protected] > Cc: [email protected] > Subject: Re: svn commit: r1700129 - /serf/site/publish/.htaccess > > On 30 August 2015 at 18:55, <[email protected]> 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