Repository: incubator-freemarker-site Updated Branches: refs/heads/asf-site 5743790ad -> 179e4aa0f
Seems we still need to exclude repos/ from the 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/179e4aa0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/179e4aa0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/179e4aa0 Branch: refs/heads/asf-site Commit: 179e4aa0f2ad71bf610d08f61fa18023daff82b8 Parents: 5743790 Author: ddekany <[email protected]> Authored: Sun Nov 12 00:50:03 2017 +0100 Committer: ddekany <[email protected]> Committed: Sun Nov 12 00:50:03 2017 +0100 ---------------------------------------------------------------------- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/179e4aa0/.htaccess ---------------------------------------------------------------------- diff --git a/.htaccess b/.htaccess index 4ac8b6f..aa69a67 100644 --- a/.htaccess +++ b/.htaccess @@ -11,7 +11,7 @@ RewriteEngine On RewriteBase / # Redirect to the canonical domain: -#RewriteCond %{REQUEST_URI} !^/repos/ivy/ +RewriteCond %{REQUEST_URI} !^/repos/ivy/ RewriteCond %{HTTP_HOST} ^(www\.)?freemarker\.org$ [NC,OR] RewriteCond %{HTTP_HOST} ^freemarker\.incubator\. [NC,OR] RewriteCond %{HTTPS} ^off$ [NC]
