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

[[kgh]] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from [[kgh]] <[email protected]> ---
Hmm ..., I played a bit with this parameter. It turns out that it is useless if

$wgServer = "//www.example.org";

is set and either http or https is not configured for the URL. So if one only
configured http one will imperatively have to set

$wgServer = "http://www.example.org";;

or in the case of https

$wgServer = "https://www.example.org";;

Only if both http and https is configured it makes sense to set this parameter
to be protocol relative and additionally set $wgCanonicalServer to either on of
them.

I guess I have no case here. Thus closing this as RESOLVED WONTFIX.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to