Patch: htaccess redirect for www.gnome.org/developers



Tiny tiny change.
Anyone object? If I commit, will it just work?

a.
Options +MultiViews +SymLinksIfOwnerMatch

<Files users>
	ForceType application/x-httpd-php
</Files>

# Redirects and Rewrites ahoy!
RewriteEngine On

# Temporary utility redirects which should always exist
RewriteRule start/stable/(.*)$		@SITE@/start/2.4/$1				[R]
RewriteRule start/unstable/(.*)$	@SITE@/start/2.5/$1				[R]

# Press
RewriteRule pressreleases.html$		@SITE@/press/					[R]
RewriteRule pressresources.html$	@SITE@/press/					[R]
RewriteRule pr-(.*).html$			@SITE@/press/releases/$1.html	[R]

# Intro
RewriteRule intro/.*$				@SITE@/about/					[R]

RewriteRule summit/.*$				http://wiki.ximian.com/index.php?pagename=BrooklynSummit	[R]

# Old Stuff That Should Just Die
RewriteRule foundation/.*$			http://foundation.gnome.org/	[R]
RewriteRule developers/.*$			http://developer.gnome.org/			[R]
RewriteRule people/.*$				http://www.gnome.org/			[R]
RewriteRule guadec/.*$				http://www.guadec.org/			[R]
RewriteRule mirrors/.*$				http://download.gnome.org/		[R]
RewriteRule todo/.*$				http://bugzilla.gnome.org/		[R]
RewriteRule start/source.html$		@SITE@/start/					[R]
RewriteRule start/installing/.*$	@SITE@/start/					[R]


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