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:13:35 UTC

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

Author: sblackmon
Date: Tue Mar  1 22:13:35 2016
New Revision: 1733168

URL: http://svn.apache.org/viewvc?rev=1733168&view=rev
Log:
rewrite url in staging

Added:
    incubator/streams/site/trunk/content/.htaccess   (with props)

Added: incubator/streams/site/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/content/.htaccess?rev=1733168&view=auto
==============================================================================
--- incubator/streams/site/trunk/content/.htaccess (added)
+++ incubator/streams/site/trunk/content/.htaccess Tue Mar  1 22:13:35 2016
@@ -0,0 +1,4 @@
+RewriteEngine on
+RewriteCond %{HTTP_HOST} streams\.staging\.apache\.org [NC]
+RewriteCond %{REQUEST_URI} ^/$
+RewriteRule ^(.*)$ /site/latest/streams-master/$1 [L]
\ No newline at end of file

Propchange: incubator/streams/site/trunk/content/.htaccess
------------------------------------------------------------------------------
    svn:eol-style = native