11
andrey3761
Re: How to use SSL for login?

1) mainfile.php (XOOPS 2.4.0)
// URL Association for SSL and Protocol Compatibility
    
$http 'http://';
    if (!empty(
$_SERVER['HTTPS'])) {
        
$http = ($_SERVER['HTTPS']=='on') ? 'https://' 'http://';
    }
    
define('XOOPS_PROT'$http);


2) Copy file /extras/login.php in SSL directory.
In adjustment of administration of site switch on SSL login.
http://i076.radikal.ru/0910/31/39477fd59230.jpg

Login

Who's Online

139 user(s) are online (54 user(s) are browsing Support Forums)


Members: 0


Guests: 139


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits