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]


Reply via email to