You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2016/03/14 10:18:54 UTC

incubator-freemarker-site git commit: Causing redeployment to fix .htaccess problem (see INFRA-11453).

Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 02174fe64 -> c538b908a


Causing redeployment to fix .htaccess problem (see INFRA-11453).


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/c538b908
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/c538b908
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/c538b908

Branch: refs/heads/asf-site
Commit: c538b908a71a8cf37861f780e6bf0865d74b331a
Parents: 02174fe
Author: ddekany <dd...@apache.org>
Authored: Mon Mar 14 10:18:41 2016 +0100
Committer: ddekany <dd...@apache.org>
Committed: Mon Mar 14 10:18:41 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/c538b908/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index 59fa3ca..fcce628 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,7 +10,7 @@ RedirectMatch temp "^/docs/toc\.html$" "/docs/"
 RewriteEngine On
 RewriteBase /
 
-# Redirect to the canonical domain:
+# Redirect to the canonical domain: 
 RewriteCond %{HTTP_HOST} ^www.freemarker.org$ [NC,OR]
 RewriteCond %{HTTP_HOST} ^freemarker.incubator.apache.org$ [NC]
 RewriteRule ^(.*)$ http://freemarker.org/$1 [R=301,L]