Last modified: 2013-03-19 15:56:54 UTC
Why does http://www.wikimediafoundation.org/ redirect to http://www.wikipedia.org/ ?
Change-Id: I48d34054870ffc9bb87aecf808a626eb80bd30c2
Confirmed the issue (Location header is definitely wrong currently). --- $ curl -I "http://www.wikimediafoundation.org/" HTTP/1.0 301 Moved Permanently Date: Mon, 18 Mar 2013 21:47:11 GMT Server: Apache Location: http://www.wikipedia.org/ Cache-Control: max-age=2592000 Expires: Wed, 17 Apr 2013 21:47:11 GMT Content-Length: 233 Content-Type: text/html; charset=iso-8859-1 Age: 290 X-Cache: HIT from cp1018.eqiad.wmnet X-Cache-Lookup: HIT from cp1018.eqiad.wmnet:3128 X-Cache: MISS from cp1015.eqiad.wmnet X-Cache-Lookup: MISS from cp1015.eqiad.wmnet:80 Connection: close --- Possibly related to <https://gerrit.wikimedia.org/r/54586>.
Would adding org to the (^|\.)wikimediafoundation\.(com|net|info)$ condition fix this maybe? Did Gerrit change #15698 cause this (See inline comment)?
Oh a fix was already made. Ignore my last comment -.-
As reported by harej in #wikimedia just now, it looks like https://bookshelf.wikimedia.org is redirecting to wikipedia.org currently as well: --- $ curl -I "https://bookshelf.wikimedia.org" HTTP/1.1 301 Moved Permanently Server: nginx/1.1.19 Date: Tue, 19 Mar 2013 02:12:51 GMT Content-Type: text/html; charset=iso-8859-1 Content-Length: 233 Connection: keep-alive Location: http://www.wikipedia.org/ Cache-Control: max-age=2592000 Expires: Wed, 17 Apr 2013 21:25:51 GMT Age: 17220 X-Cache: HIT from cp1007.eqiad.wmnet X-Cache-Lookup: HIT from cp1007.eqiad.wmnet:3128 X-Cache: MISS from cp1002.eqiad.wmnet X-Cache-Lookup: MISS from cp1002.eqiad.wmnet:80 --- Presumably the same underlying cause?
Okay, it looks like <http://www.wikimediafoundation.org> is now pointing correctly to <http://wikimediafoundation.org>. Marking this as fixed. I'll split comment 5 out into its own bug report.
*** Bug 46307 has been marked as a duplicate of this bug. ***