Wiki Info Libre @ Dom

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
docs:cmsms [2010/04/23 01:39] – créée maison.gaetandocs:cmsms [2011/04/22 22:00] (Version actuelle) maison.gaetan
Ligne 9: Ligne 9:
 tar -zxf cmsmadesimple-1.5.1-langpack-fr_FR.tar.gz tar -zxf cmsmadesimple-1.5.1-langpack-fr_FR.tar.gz
  
-chmod 777 tmp/templates_c; +chmod 777 tmp/templates_c; chmod 777 tmp/cache; chmod 777 uploads; chmod 777 uploads/images
- +
-chmod 777 tmp/cache; +
- +
-chmod 777 uploads; +
- +
-chmod 777 uploads/images +
  
 touch config.php; chmod 666 config.php touch config.php; chmod 666 config.php
Ligne 21: Ligne 15:
 mv install/ install.origine mv install/ install.origine
  
-$config['admin_dir'] = 'administrationcmsms';+$config['admin_dir'] = 'admincmsms';
  
-$config['assume_mod_rewrite'] = true;+$config['url_rewriting'] = 'mod_rewrite';
  
-$config['page_extension'] = 'php';+$config['page_extension'] = '.php';
  
-$config['internal_pretty_urls'] = true;+$config['use_hierarchy'] = true;
  
-$config['use_hierarchy'] = true;+Fichier .htaccess
  
 chmod 444 config.php chmod 444 config.php