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/29 23:56:33 UTC

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

Author: sblackmon
Date: Fri Apr 29 21:56:33 2016
New Revision: 1741705

URL: http://svn.apache.org/viewvc?rev=1741705&view=rev
Log:
redirect 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=1741705&r1=1741704&r2=1741705&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/.htaccess (original)
+++ incubator/streams/site/trunk/content/.htaccess Fri Apr 29 21:56:33 2016
@@ -1,3 +1,4 @@
 Options +FollowSymLinks
 RewriteEngine on
-RedirectMatch   "^/$"  "/site/0.3-incubating-SNAPSHOT/streams-master"
\ No newline at end of file
+RedirectMatch   "^/$"  "/site/0.3-incubating-SNAPSHOT/streams-master"
+Redirect /site/latest /site/0.3-incubating-SNAPSHOT
\ No newline at end of file