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:45:50 UTC

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

Author: sblackmon
Date: Wed Apr 27 22:45:50 2016
New Revision: 1741366

URL: http://svn.apache.org/viewvc?rev=1741366&view=rev
Log:
try redirects only

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=1741366&r1=1741365&r2=1741366&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/.htaccess (original)
+++ incubator/streams/site/trunk/content/.htaccess Wed Apr 27 22:45:50 2016
@@ -1,4 +1,5 @@
 RewriteEngine on
-RewriteRule ^/$ http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-master/index.html
-RewriteRule ^/index.html$ http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-master/index.html
-RewriteRule ^/site/latest/(.*) http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/$1
\ No newline at end of file
+Redirect / http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-master/index.html
+Redirect /streams-master http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-master/index.html
+Redirect /streams-project http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-project/index.html
+Redirect /streams-examples http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-examples/index.html