gnomeweb-wml r6695 - in trunk: . www.gnome.org



Author: fpeters
Date: Sun Mar 15 15:49:29 2009
New Revision: 6695
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6695&view=rev

Log:
* www.gnome.org/htaccess: swapped more RedirectMatch lines so
2.1[02468] are also properly redirected to the release notes.



Modified:
   trunk/ChangeLog
   trunk/www.gnome.org/htaccess

Modified: trunk/www.gnome.org/htaccess
==============================================================================
--- trunk/www.gnome.org/htaccess	(original)
+++ trunk/www.gnome.org/htaccess	Sun Mar 15 15:49:29 2009
@@ -7,12 +7,14 @@
 # For old release notes (2.12 and 2.14 are handled separately because they have a press release):
 RedirectMatch ^/start/(2\.12])/press_release   /press/releases/2.12
 RedirectMatch ^/start/(2\.14])/press_release   /press/releases/2.14
-RedirectMatch ^/start/(2\.[13579])       /start/unstable/
+
+RedirectMatch ^/start/(2\.1[02468])     http://library.gnome.org/misc/release-notes/$1
+RedirectMatch ^/start/(2\.2[02468])     http://library.gnome.org/misc/release-notes/$1
+RedirectMatch ^/start/(2\.[02468])      http://library.gnome.org/misc/release-notes/$1
+
 RedirectMatch ^/start/(2\.1[13579])      /start/unstable/
 RedirectMatch ^/start/(2\.2[13579])      /start/unstable/
-RedirectMatch ^/start/(2\.1[02468])/?$     http://library.gnome.org/misc/release-notes/$1
-RedirectMatch ^/start/(2\.2[02468])        http://library.gnome.org/misc/release-notes/$1
-RedirectMatch ^/start/(2\.[02468])       http://library.gnome.org/misc/release-notes/$1
+RedirectMatch ^/start/(2\.[13579])       /start/unstable/
 
 # Press
 RedirectMatch /pressreleases.html$      /press/



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