1
cordel
Re: about log in
  • 2005/7/19 7:14

  • cordel

  • Friend of XOOPS

  • Posts: 6

  • Since: 2005/2/8 6


What version of PHP are you using?
In PHP5 you need to enable it to be compatable for zend1 engine.
Regards,
Cordel



2
cordel
Re: Trouble implementing SSL login
  • 2005/3/25 2:30

  • cordel

  • Friend of XOOPS

  • Posts: 6

  • Since: 2005/2/8 6


If your images are not showing up you need to change from

//define('XOOPS_URL', 'http:// mysite.com');
$port = $HTTP_SERVER_VARS['SERVER_PORT'];
if($port == "443"){
define('XOOPS_URL', 'http:// mysite.com');
} else {
define('XOOPS_URL', 'http:// mysite.com');
}

remove the space between "http:// <-no space-> mysite.com');

Should look like this:

//define('XOOPS_URL', 'http:// mysite.com');
$port = $HTTP_SERVER_VARS['SERVER_PORT'];
if($port == "443"){
define('XOOPS_URL', 'http://mysite.com');
} else {
define('XOOPS_URL', 'http://mysite.com');
}

Cheers,
Cordel



3
cordel
Re: How to run Login page on SSL?
  • 2005/3/25 2:00

  • cordel

  • Friend of XOOPS

  • Posts: 6

  • Since: 2005/2/8 6


How about a way to just have the post info in ssl? Or do I have to create a login page and redirect so only the login is in ssl?




TopTop



Login

Who's Online

242 user(s) are online (166 user(s) are browsing Support Forums)


Members: 0


Guests: 242


more...

Donat-O-Meter

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

Latest GitHub Commits