You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2018/09/18 20:32:27 UTC

[flink-web] branch asf-site updated: [hotfix] Remove broken redirect.

This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new be75175  [hotfix] Remove broken redirect.
be75175 is described below

commit be75175a65f628a1fc9287d1a670ea0932b81397
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Tue Sep 18 22:31:48 2018 +0200

    [hotfix] Remove broken redirect.
---
 .htaccess         | 3 ---
 content/.htaccess | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/.htaccess b/.htaccess
index 892547a..d377174 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,9 +4,6 @@ RewriteEngine On
 RewriteCond %{HTTPS} off
 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
-# redirect introduction page to index
-Redirect /introduction.html https://flink.apache.org/index.html [L,R=301]
-
 RewriteRule ^/?docs/0.6-incubating/(.*) https://ci.apache.org/projects/flink/flink-docs-release-0.6/$1  [R=301,L,NE]
 RewriteRule ^/?docs/0.7-incubating/(.*) https://ci.apache.org/projects/flink/flink-docs-release-0.7/$1  [R=301,L,NE]
 RewriteRule ^/?docs/0.8/(.*) https://ci.apache.org/projects/flink/flink-docs-release-0.8/$1  [R=301,L,NE]
diff --git a/content/.htaccess b/content/.htaccess
index 892547a..d377174 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -4,9 +4,6 @@ RewriteEngine On
 RewriteCond %{HTTPS} off
 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 
-# redirect introduction page to index
-Redirect /introduction.html https://flink.apache.org/index.html [L,R=301]
-
 RewriteRule ^/?docs/0.6-incubating/(.*) https://ci.apache.org/projects/flink/flink-docs-release-0.6/$1  [R=301,L,NE]
 RewriteRule ^/?docs/0.7-incubating/(.*) https://ci.apache.org/projects/flink/flink-docs-release-0.7/$1  [R=301,L,NE]
 RewriteRule ^/?docs/0.8/(.*) https://ci.apache.org/projects/flink/flink-docs-release-0.8/$1  [R=301,L,NE]