10/05/2012, 16:52:27
Voici le config.php
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'xxxxx';
$config['db_password'] = 'xxxxx';
$config['db_name'] = 'sqlEtico';
$config['db_prefix'] = 'cms2_';
$config['db_port'] = 0;
$config['root_url'] = 'http://www.eti-co.fr';
$config['timezone'] = 'Europe/Paris';
$config['default_encoding'] = 'utf-8';
$config['root_path'] = $_SERVER['DOCUMENT_ROOT'];
$config['previews_path'] = $_SERVER['DOCUMENT_ROOT'].'/tmp/cache';
$config['uploads_path'] = $_SERVER['DOCUMENT_ROOT'].'/uploads';
?>
Je n'ai pas de .htaccess (suite à l'installation normale de CMSMS sur l'hébergeur, je l'avais avec la méthode du transfert ftp, sûrement créé automatiquement par ovh)
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'xxxxx';
$config['db_password'] = 'xxxxx';
$config['db_name'] = 'sqlEtico';
$config['db_prefix'] = 'cms2_';
$config['db_port'] = 0;
$config['root_url'] = 'http://www.eti-co.fr';
$config['timezone'] = 'Europe/Paris';
$config['default_encoding'] = 'utf-8';
$config['root_path'] = $_SERVER['DOCUMENT_ROOT'];
$config['previews_path'] = $_SERVER['DOCUMENT_ROOT'].'/tmp/cache';
$config['uploads_path'] = $_SERVER['DOCUMENT_ROOT'].'/uploads';
?>
Je n'ai pas de .htaccess (suite à l'installation normale de CMSMS sur l'hébergeur, je l'avais avec la méthode du transfert ftp, sûrement créé automatiquement par ovh)