Repository: flink-web Updated Branches: refs/heads/asf-site 396616d44 -> e5ff6a160
[fixup] Deactive htaccess rewrite engine Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/e5ff6a16 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/e5ff6a16 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/e5ff6a16 Branch: refs/heads/asf-site Commit: e5ff6a160addde80d6324b9f2ea24aa50caa255c Parents: 396616d Author: Ufuk Celebi <[email protected]> Authored: Tue Jun 30 12:17:25 2015 +0200 Committer: Ufuk Celebi <[email protected]> Committed: Tue Jun 30 12:17:56 2015 +0200 ---------------------------------------------------------------------- .htaccess | 2 +- content/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/e5ff6a16/.htaccess ---------------------------------------------------------------------- diff --git a/.htaccess b/.htaccess index d239da5..7a8ab5d 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,5 @@ # redirect rules to prevent old links from breaking -RewriteEngine On +#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] http://git-wip-us.apache.org/repos/asf/flink-web/blob/e5ff6a16/content/.htaccess ---------------------------------------------------------------------- diff --git a/content/.htaccess b/content/.htaccess index d239da5..7a8ab5d 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,5 +1,5 @@ # redirect rules to prevent old links from breaking -RewriteEngine On +#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]
