Bug 1953 - Redirect old viewcvs links to new installation
Summary: Redirect old viewcvs links to new installation
Status: RESOLVED FIXED
Alias: None
Product: freedesktop.org
Classification: Unclassified
Component: Website (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: fd.o Admin Massive
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-28 06:28 UTC by James Henstridge
Modified: 2005-01-21 00:10 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.