Topic on Project:Support desk

Correct path in MediaWiki Version 1.19.

2
79.208.179.250 (talkcontribs)

I have a big problem with my MediaWiki (www.sfb-higher-invariants.de).

The login is connected via a Single-Sign-On of the University of Regensburg. By logging in, there is a redirect to a specific site. After a correct login there is another redirect back to the Wiki. When not being logged in, the Wiki is on the server www-cgi. After logging into it the server changes (to a secure server).

My Problem: If I set the $wgScriptPaht to www-cgi image uploads are working and the css is loaded. But the redirect to the secure server does not work properly. If I set no path, the redirect works, but the other two things fail. The secure server is https.

Where do I get the path, which the Wiki sets automatically? And how can I work around this mess?

Thanks, Michael

PS: There is no other way for the sign in because of security reasons of the university... :(

Ciencia Al Poder (talkcontribs)

If the only change in the URL scheme is that one uses http: and the other uses https:, edit $wgServer and set it to be protocol-relative (eg: //your-server.org)

Reply to "Correct path in MediaWiki Version 1.19."