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

svn commit: r1741351 - /incubator/streams/site/trunk/content/.htaccess

Author: sblackmon
Date: Wed Apr 27 22:16:04 2016
New Revision: 1741351

URL: http://svn.apache.org/viewvc?rev=1741351&view=rev
Log:
RewriteRule for latest

Modified:
    incubator/streams/site/trunk/content/.htaccess

Modified: incubator/streams/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/.htaccess?rev=1741351&r1=1741350&r2=1741351&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/.htaccess (original)
+++ incubator/streams/site/trunk/content/.htaccess Wed Apr 27 22:16:04 2016
@@ -1,5 +1,3 @@
 RewriteEngine on
 Redirect / http://streams.incubator.apache.org/site/latest/streams-master/index.html
-Redirect /site/latest/streams-master /site/0.3-incubating-SNAPSHOT/streams-master
-Redirect /site/latest/streams-project /site/0.2-incubating/streams-project
-Redirect /site/latest/streams-examples /site/0.2-incubating-SNAPSHOT/streams-examples
\ No newline at end of file
+RewriteRule ^site/latest/(.*)$ http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/$1 [R=301,L]
\ No newline at end of file