You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/03/03 11:09:08 UTC

svn commit: r1663602 - /flink/site/.htaccess

Author: mxm
Date: Tue Mar  3 10:09:08 2015
New Revision: 1663602

URL: http://svn.apache.org/r1663602
Log:
Another attempt to redirect

Modified:
    flink/site/.htaccess

Modified: flink/site/.htaccess
URL: http://svn.apache.org/viewvc/flink/site/.htaccess?rev=1663602&r1=1663601&r2=1663602&view=diff
==============================================================================
--- flink/site/.htaccess (original)
+++ flink/site/.htaccess Tue Mar  3 10:09:08 2015
@@ -1,4 +1,5 @@
 # redirect rules to prevent old links from breaking
+RewriteEngine On
 
 RewriteRule /docs/0.6-incubating/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.6/$1  [R=301,L,NE]
 RewriteRule /docs/0.7-incubating/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.7/$1  [R=301,L,NE]