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/03/01 23:29:20 UTC

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

Author: sblackmon
Date: Tue Mar  1 22:29:19 2016
New Revision: 1733172

URL: http://svn.apache.org/viewvc?rev=1733172&view=rev
Log:
+RewriteEngine

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=1733172&r1=1733171&r2=1733172&view=diff
==============================================================================
--- incubator/streams/site/trunk/content/.htaccess (original)
+++ incubator/streams/site/trunk/content/.htaccess Tue Mar  1 22:29:19 2016
@@ -1 +1,2 @@
-Redirect 301 / http://streams.incubator.apache.org/site/latest/streams-master/index.html
\ No newline at end of file
+RewriteEngine
+Redirect 301 /index.html http://streams.incubator.apache.org/site/latest/streams-master/index.html
\ No newline at end of file