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



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

Log:
* www.gnome.org/htaccess: swapped RedirectMatch lines that caused the
2.24 start page to redirect to the 2.2 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 14:14:15 2009
@@ -10,9 +10,9 @@
 RedirectMatch ^/start/(2\.[13579])       /start/unstable/
 RedirectMatch ^/start/(2\.1[13579])      /start/unstable/
 RedirectMatch ^/start/(2\.2[13579])      /start/unstable/
-RedirectMatch ^/start/(2\.[02468])       http://library.gnome.org/misc/release-notes/$1
 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
 
 # Press
 RedirectMatch /pressreleases.html$      /press/



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