Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 561998be8 -> 9c4e71081


Fix released version builds broken because Ivy has problem with HTTP redirection


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/9c4e7108
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/9c4e7108
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/9c4e7108

Branch: refs/heads/asf-site
Commit: 9c4e71081f3a6aecf96de91342ba611affc85fee
Parents: 561998b
Author: ddekany <[email protected]>
Authored: Sun Nov 12 00:42:14 2017 +0100
Committer: ddekany <[email protected]>
Committed: Sun Nov 12 00:42:14 2017 +0100

----------------------------------------------------------------------
 .htaccess | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/9c4e7108/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index 239998d..aa69a67 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,6 +11,7 @@ RewriteEngine On
 RewriteBase /
 
 # Redirect to the canonical domain: 
+RewriteCond %{REQUEST_URI} !^/repos/ivy/
 RewriteCond %{HTTP_HOST} ^(www\.)?freemarker\.org$ [NC,OR]
 RewriteCond %{HTTP_HOST} ^freemarker\.incubator\. [NC,OR]
 RewriteCond %{HTTPS} ^off$ [NC]

Reply via email to