Last modified: 2013-08-01 09:49:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T54237, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 52237 - URL confusion: commons.wikimedia vs commons.wikipedia
URL confusion: commons.wikimedia vs commons.wikipedia
Status: RESOLVED FIXED
Product: Wikimedia Labs
Classification: Unclassified
deployment-prep (beta) (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Antoine "hashar" Musso (WMF)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-29 18:58 UTC by Chris McMahon
Modified: 2013-08-01 09:49 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Chris McMahon 2013-07-29 18:58:36 UTC
Log in at http://commons.wikipedia.beta.wmflabs.org/wiki/Special:UserLogin

Get redirected to http://commons.wikimedia.beta.wmflabs.org/wiki/Main_Page

but user is not logged in. 


According to convention, the "wikipedia" URL should be correct but that seems not to be the case, e.g. http://en.wikipedia.beta.wmflabs.org
Comment 1 Antoine "hashar" Musso (WMF) 2013-08-01 09:33:52 UTC
In production the commons.wikiPedia.org is redirected:


    RewriteCond %{HTTP_HOST} =commons.wikipedia.org [OR]
    RewriteCond %{HTTP_HOST} =www.commons.wikimedia.org
    RewriteRule ^(.*)$ http://commons.wikimedia.org$1 [R=301,L,NE]
Comment 2 Antoine "hashar" Musso (WMF) 2013-08-01 09:47:34 UTC
I have applied:

+    RewriteCond %{HTTP_HOST} =commons.wikipedia.beta.wmflabs.org
+    RewriteRule ^(.*)$ http://commons.wikimedia.beta.wmflabs.org$1 [R=301,L,NE]

Now the WP url is redirected to WM :-]

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links