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 2015/10/31 21:23:54 UTC

incubator-freemarker-site git commit: (Not sure what's wrong... trying to figure out...)

Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 5c2d2d56b -> f7cff03d4


(Not sure what's wrong... trying to figure out...)


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

Branch: refs/heads/asf-site
Commit: f7cff03d48c327ee8dc08722265bd70e438624b5
Parents: 5c2d2d5
Author: ddekany <dd...@apache.org>
Authored: Sat Oct 31 21:23:41 2015 +0100
Committer: ddekany <dd...@apache.org>
Committed: Sat Oct 31 21:23:41 2015 +0100

----------------------------------------------------------------------
 .htaccess | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/f7cff03d/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index e036d0a..8929b4d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,14 +1,4 @@
-# Redirect www to non-www:
-RewriteEngine On
-RewriteBase /
-RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
-RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
-
-# Redirect old URL-s to new ones:
 redirect permanent "^/docs/preface\.html$", "/"
 redirect permanent "^/features\.html$", "/"
 redirect permanent "^/whoWeAre\.html$", "/history.html"
 redirect permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/"
-
-# We don't have toc.html ATM, but it might will reappear:
-redirect temp "^/docs/toc\.html$", "/docs/"