https://bugzilla.wikimedia.org/show_bug.cgi?id=46307

MZMcBride <b...@mzmcbride.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |Normal
           Severity|major                       |normal

--- Comment #1 from MZMcBride <b...@mzmcbride.com> ---
It looks like <http://bookshelf.wikimedia.org/f> and similar URLs redirect
appropriately:

---
$ curl -I "bookshelf.wikimedia.org/f"
HTTP/1.0 302 Moved Temporarily
Date: Tue, 19 Mar 2013 06:49:57 GMT
Server: Apache

Location: http://outreach.wikimedia.org/wiki/Bookshelf/f

Cache-Control: max-age=2592000
Expires: Thu, 18 Apr 2013 06:49:57 GMT
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1
Age: 180
X-Cache: HIT from cp1019.eqiad.wmnet
X-Cache-Lookup: HIT from cp1019.eqiad.wmnet:3128
X-Cache: MISS from cp1014.eqiad.wmnet
X-Cache-Lookup: MISS from cp1014.eqiad.wmnet:80
Connection: close
---

Plain <http://bookshelf.wikimedia.org> fails, though. Relevant lines in
<https://noc.wikimedia.org/conf/redirects.conf>:

---
    # Bookshelf Project
    RewriteCond %{HTTP_HOST} =bookshelf.wikimedia.org
    RewriteRule ^/(.*)$ http://outreach.wikimedia.org/wiki/Bookshelf/$1
[R=302,L]
---

So the "^/" bit probably just needs a tweak.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to