You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by bu...@apache.org on 2016/04/28 00:33:48 UTC

svn commit: r986886 - in /websites/staging/streams/trunk/content: ./ .htaccess

Author: buildbot
Date: Wed Apr 27 22:33:47 2016
New Revision: 986886

Log:
Staging update by buildbot for streams

Modified:
    websites/staging/streams/trunk/content/   (props changed)
    websites/staging/streams/trunk/content/.htaccess

Propchange: websites/staging/streams/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 27 22:33:47 2016
@@ -1 +1 @@
-1741360
+1741361

Modified: websites/staging/streams/trunk/content/.htaccess
==============================================================================
--- websites/staging/streams/trunk/content/.htaccess (original)
+++ websites/staging/streams/trunk/content/.htaccess Wed Apr 27 22:33:47 2016
@@ -1,3 +1,4 @@
 RewriteEngine on
-Redirect / http://streams.incubator.apache.org/site/latest/streams-master/index.html
-RewriteRule $/site/latest/(.*)^ /site/0.3-incubating-SNAPSHOT/$1 [R]
\ No newline at end of file
+Redirect ^/$ http://streams.incubator.apache.org/site/latest/streams-master/index.html
+Redirect ^/index.html$ http://streams.incubator.apache.org/site/latest/streams-master/index.html
+RewriteRule ^/site/latest/(.*)$ /site/0.3-incubating-SNAPSHOT/$1 [R]
\ No newline at end of file