[web-devel-2] Redirect old HIG location to library.gnome.org to avoid 404s in search engine results.



commit 39a30574f3cb5533a3c278a9dd090e16ae51dbb4
Author: Andre Klapper <a9016009 gmx de>
Date:   Fri May 28 13:33:44 2010 +0200

    Redirect old HIG location to library.gnome.org to avoid 404s in search engine results.

 content/htaccess |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/content/htaccess b/content/htaccess
index 6ae555d..cd0ada1 100644
--- a/content/htaccess
+++ b/content/htaccess
@@ -43,6 +43,9 @@ RedirectMatch permanent ^/doc/guides/platform-overview/platform-overview.html$	h
 RedirectMatch permanent ^/tools/scripts/prepare-ChangeLog\.pl$            http://git.gnome.org/browse/releng/tree/tools/prepare-ChangeLog.pl
 RedirectMatch permanent ^/tools/scripts/prepare-ChangeLog\.pl\.txt$       http://git.gnome.org/browse/releng/tree/tools/prepare-ChangeLog.pl
 
+# HIG
+RedirectMatch permanent ^/projects/gup/hig/$   http://library.gnome.org/devel/hig-book/
+
 # GNOME Accessibility Project
 RedirectMatch permanent ^/projects/gap/GNOME-Accessibility\.html$             http://www.gnome.org/projects/accessibility
 RedirectMatch permanent ^/projects/gap/contrib\.html$                         http://www.gnome.org/projects/accessibility



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