[web-devel-2] Add Redirect for ^/projects/gtp/$ as it's still used on Banshee's website



commit f177bc1941b69231d50c4db7250d90b898ed3ee8
Author: Andre Klapper <a9016009 gmx de>
Date:   Fri Sep 17 10:36:22 2010 +0200

    Add Redirect for ^/projects/gtp/$ as it's still used on Banshee's website

 content/htaccess |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/content/htaccess b/content/htaccess
index 807169e..0cfedcb 100644
--- a/content/htaccess
+++ b/content/htaccess
@@ -2,6 +2,7 @@ RewriteEngine On
 
 # Translation Project
 RewriteRule projects/gtp/status/*(.*)$	http://l10n-status.gnome.org/$1	[R]
+RedirectMatch permanent ^/projects/gtp/$                          http://live.gnome.org/TranslationProject
 RedirectMatch permanent ^/projects/gtp/teams\.html$               http://l10n.gnome.org/teams/
 RedirectMatch permanent ^/projects/gtp/resources\.html$           http://l10n.gnome.org/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]