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 19:12:13 UTC

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

Author: sblackmon
Date: Fri Apr 29 17:12:12 2016
New Revision: 1741668

URL: http://svn.apache.org/viewvc?rev=1741668&view=rev
Log:
just basic redirect for now

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=1741668&r1=1741667&r2=1741668&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/.htaccess (original)
+++ incubator/streams/site/trunk/content/.htaccess Fri Apr 29 17:12:12 2016
@@ -1,7 +1,3 @@
 Options +FollowSymLinks
 RewriteEngine on
-Redirect 301 ^/ /streams-master/index.html
-Redirect 301 ^/site/latest/ http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/
-Redirect 301 ^/streams-master/ /site/latest/streams-master/
-Redirect 301 ^/streams-project/ /site/latest/streams-project/
-Redirect 301 ^/streams-examples/ /site/latest/streams-examples/
\ No newline at end of file
+Redirect 301 ^/ http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-master/index.html