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/04 16:17:42 UTC

svn commit: r1664034 - /flink/.htaccess

Author: mxm
Date: Wed Mar  4 15:17:42 2015
New Revision: 1664034

URL: http://svn.apache.org/r1664034
Log:
[FLINK-1370] add .htaccess file also to root

Added:
    flink/.htaccess

Added: flink/.htaccess
URL: http://svn.apache.org/viewvc/flink/.htaccess?rev=1664034&view=auto
==============================================================================
--- flink/.htaccess (added)
+++ flink/.htaccess Wed Mar  4 15:17:42 2015
@@ -0,0 +1,8 @@
+# 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]
+RewriteRule ^/?docs/0.8/(.*) http://ci.apache.org/projects/flink/flink-docs-release-0.8/$1  [R=301,L,NE]
+RewriteRule ^/?docs/latest/(.*) http://ci.apache.org/projects/flink/flink-docs-master/$1  [R=301,L,NE]
+RewriteRule ^/?docs/(.*) http://ci.apache.org/projects/flink/flink-docs-master/$1  [R=301,L,NE]