Difference between revisions of "mediawiki ssl login"

From thelinuxwiki
Jump to: navigation, search
(Created page with "This configuration will cause mediawiki to redirect clients to use https for the login page. add the following line to LocalSettings.php $wgSecureLogin = true; taken...")
 

Latest revision as of 14:27, 7 May 2014

This configuration will cause mediawiki to redirect clients to use https for the login page.


add the following line to LocalSettings.php

$wgSecureLogin      = true;

taken from... Manual:$wgSecureLogin

      • note***

you must have apache or the webserver configured properly to handle https / ssl


[[category:mediawiki]