Différences entre versions de « PhpBB »

De Cliss XXI
Sauter à la navigation Sauter à la recherche
imported>SylvainBeucler
m
imported>SylvainBeucler
m
Ligne 1 : Ligne 1 :
 
Pour s'authentifier sur un site phpBB de test (avec un nom de domaine différent):
 
Pour s'authentifier sur un site phpBB de test (avec un nom de domaine différent):
  UPDATE phpbb_config SET config_value='monsite.local' WHERE config_name='cookie_domain'; -- le cookie
+
  UPDATE phpbb_config SET config_value='monsite.local' WHERE config_name='cookie_domain';     -- le cookie
  UPDATE phpbb_config SET config_value='monsite.local' WHERE config_name='sitename';       -- la redirection après authentification
+
  UPDATE phpbb_config SET config_value='monsite.local/phpBB3' WHERE config_name='server_name'; -- la redirection après authentification
  UPDATE phpbb_config SET config_value='monsite.local' WHERE config_name='server_name';   -- ?
+
  UPDATE phpbb_config SET config_value='Test!' WHERE config_name='sitename';                   -- le nom, pour bien distinguer le site de test
 
puis:
 
puis:
 
  rm cache/data_global.php
 
  rm cache/data_global.php

Version du 31 décembre 2009 à 13:49

Pour s'authentifier sur un site phpBB de test (avec un nom de domaine différent):

UPDATE phpbb_config SET config_value='monsite.local' WHERE config_name='cookie_domain';      -- le cookie
UPDATE phpbb_config SET config_value='monsite.local/phpBB3' WHERE config_name='server_name'; -- la redirection après authentification
UPDATE phpbb_config SET config_value='Test!' WHERE config_name='sitename';                   -- le nom, pour bien distinguer le site de test

puis:

rm cache/data_global.php