[Solved]Config file in 1.10 different ?
Posted: Fri Oct 28, 2011 8:08 am
Just installed latest version 1.10 on new site.
Tried to change my admin dir name and I have no $config['admin_dir'] = 'admin'; in the config file.
Do I add it or does one change the name of the admin directory elsewhere?
Thanks
This is the config file I have:
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '*******';
$config['db_password'] = '*******';
$config['db_name'] = '*******';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 0;
$config['root_url'] = 'http://sitename.com';
$config['timezone'] = 'UTC';
$config['default_encoding'] = 'utf-8';
?>
Is this complete?
From Sys Inf: Config Information:
php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 128000000
default_upload_permission: 664
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
I can see that there is no mod-rewrite.
How can I obtain a correct config file? I downloaded a backup from Softaculous and the config file is the same as the one currently in use.
Tried to change my admin dir name and I have no $config['admin_dir'] = 'admin'; in the config file.
Do I add it or does one change the name of the admin directory elsewhere?
Thanks
This is the config file I have:
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '*******';
$config['db_password'] = '*******';
$config['db_name'] = '*******';
$config['db_prefix'] = 'cms_';
$config['db_port'] = 0;
$config['root_url'] = 'http://sitename.com';
$config['timezone'] = 'UTC';
$config['default_encoding'] = 'utf-8';
?>
Is this complete?
From Sys Inf: Config Information:
php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 128000000
default_upload_permission: 664
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
I can see that there is no mod-rewrite.
How can I obtain a correct config file? I downloaded a backup from Softaculous and the config file is the same as the one currently in use.