Friday, 1 January 2010

Disable ssl in the database

Using your FTP client, open configuration.php on your Joomla site:
change
Code:

var $force_ssl = '1';

to
Code:

var $force_ssl = '0';

No comments:

Post a Comment