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



Author: ovitters
Date: Mon Feb 18 13:00:37 2008
New Revision: 5853
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=5853&view=rev

Log:
	* www.gnome.org/htaccess: Don't use RedirectMatch when it isn't
	needed.



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	Mon Feb 18 13:00:37 2008
@@ -1,9 +1,9 @@
 Options +MultiViews +SymLinksIfOwnerMatch
 
 # Temporary utility redirects which should always exist
-RedirectMatch /start/stable/?(.*)$      /start/2.20/$1
-RedirectMatch /start/unstable/schedule.ics$    /start/schedule-unstable.ics
-RedirectMatch /start/unstable/?(.*)$    http://live.gnome.org/TwoPointTwentyone
+Redirect /start/stable      /start/2.20
+Redirect /start/unstable/schedule.ics    /start/schedule-unstable.ics
+Redirect /start/unstable    http://live.gnome.org/TwoPointTwentyone
 
 # Press
 RedirectMatch /pressreleases.html$      /press/



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