Wiki Info Libre @ Dom

Différences

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

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
docs:cmsms [2010/04/23 03:00] 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 25: Ligne 19:
 $config['url_rewriting'] = 'mod_rewrite'; $config['url_rewriting'] = 'mod_rewrite';
  
-$config['page_extension'] = 'php';+$config['page_extension'] = '.php';
  
 $config['use_hierarchy'] = true; $config['use_hierarchy'] = true;
 +
 +Fichier .htaccess
  
 chmod 444 config.php chmod 444 config.php