[closed] Install process generates small config.php file on
Posted: Sat Aug 27, 2011 12:42 pm
After install process with 1.10-beta1 package on SSL hosting, login returns to login page. I edited config.php file:
I added an s to http and all the other entries of 1.9.4.2 config.php and have been able to enter the admin interface.
Code: Select all
<?php
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'myusername';
$config['db_password'] = 'mypassword';
$config['db_name'] = 'mydbname';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 0;
$config['root_url'] = 'http://www.mydomain';
$config['timezone'] = 'Europe/Zurich';
$config['default_encoding'] = 'utf-8';
?>