Bug 12154
Summary: | wiki.webkit.org redirects to opendarwin.org | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | WebKit Website | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED FIXED | ||
Severity: | Normal | CC: | mrowe |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://wiki.webkit.org/ |
David Kilzer (:ddkilzer)
The wiki.webkit.org address still redirects to opendarwin.org. It should redirect to trac:
http://trac.webkit.org/projects/webkit/wiki
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
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.
Mark Rowe (bdash)
I have put the temporary redirect in place:
RewriteRule ^/(.*)$ http://trac.webkit.org/projects/webkit/wiki/$1 [R=301,L,QSA]
David Kilzer (:ddkilzer)
Fixed. It redirects to the trac.webkit.org wiki now.