Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 498333716 -> 3839f8039


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

Branch: refs/heads/asf-site
Commit: 3839f80390fe9318c41b01342d9e62ae6c96e0af
Parents: 4983337
Author: ddekany <ddek...@apache.org>
Authored: Sat Oct 31 21:26:46 2015 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Sat Oct 31 21:26:46 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/3839f803/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index bb1e74a..e69de29 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,14 +0,0 @@
-# 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:
-RedirectMatch permanent "^/docs/preface\.html$", "/"
-RedirectMatch permanent "^/features\.html$", "/"
-RedirectMatch permanent "^/whoWeAre\.html$", "/history.html"
-RedirectMatch permanent "^/fmpp\.html$", "http://fmpp.sourceforge.net/";
-
-# We don't have toc.html ATM, but it might will reappear:
-RedirectMatch temp "^/docs/toc\.html$", "/docs/"

Reply via email to