Bug 1953

Summary: Redirect old viewcvs links to new installation
Product: freedesktop.org Reporter: James Henstridge <james>
Component: WebsiteAssignee: fd.o Admin Massive <sitewranglers>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description James Henstridge 2004-11-28 06:28:29 UTC
Before the breakin, people who went to http://cvs.freedesktop.org/ were
redirected to http://freedesktop.org/cgi-bin/viewcvs.cgi/

Now there are two viewcvs installations -- a nicely configured one at
http://cvs.freedesktop.org/, and another one at
http://freedesktop.org/cgi-bin/viewcvs.cgi/ that doesn't seem to have been
configured properly (some old links seem to break).

The best solution would be to redirect requests to the new location.  This could
be done by adding the following line to the www.freedesktop.org vhost:
  Redirect permanent /cgi-bin/viewcvs.cgi/ http://cvs.freedesktop.org/

The redirect line might have to come before the "ScriptAlias /cgi-bin/ ..." line
in order to be seen though.
Comment 1 Daniel Stone 2005-01-21 19:10:54 UTC
Done, cheers.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.