Bug 12154 - wiki.webkit.org redirects to opendarwin.org
Summary: wiki.webkit.org redirects to opendarwin.org
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Website (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://wiki.webkit.org/
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-07 13:38 PST by David Kilzer (:ddkilzer)
Modified: 2007-11-13 09:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2007-01-07 13:38:21 PST
The wiki.webkit.org address still redirects to opendarwin.org.  It should redirect to trac:

http://trac.webkit.org/projects/webkit/wiki
Comment 1 Mark Rowe (bdash) 2007-01-07 14:58:00 PST
I can fix this temporarily via a redirect as the A record for wiki.webkit.org is still pointing at my server (the one that also hosts the nightly builds).  Ideally this would be fixed by changing the DNS entry for wiki.webkit.org to point to the same place as trac.webkit.org and doing the redirect on the macosforge end.  I'm not able to do the latter, but I think Tim may be able to.
Comment 2 Mark Rowe (bdash) 2007-01-07 15:07:11 PST
I have put the temporary redirect in place:

        RewriteRule ^/(.*)$ http://trac.webkit.org/projects/webkit/wiki/$1 [R=301,L,QSA]
Comment 3 David Kilzer (:ddkilzer) 2007-11-13 09:44:31 PST
Fixed.  It redirects to the trac.webkit.org wiki now.