Repository: incubator-freemarker-site
Updated Branches:
  refs/heads/asf-site 75883df6f -> 863db4cb2


Fixing .htaccess syntax...


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

Branch: refs/heads/asf-site
Commit: 863db4cb2c59cd6ce38e50497ca2377aa935d5f5
Parents: 75883df
Author: ddekany <ddek...@apache.org>
Authored: Sat Oct 31 21:21:07 2015 +0100
Committer: ddekany <ddek...@apache.org>
Committed: Sat Oct 31 21:21:07 2015 +0100

----------------------------------------------------------------------
 .htaccess | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/863db4cb/.htaccess
----------------------------------------------------------------------
diff --git a/.htaccess b/.htaccess
index d77625f..1877650 100644
--- a/.htaccess
+++ b/.htaccess
@@ -6,9 +6,9 @@ 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/";
+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/",

Reply via email to