Différences entre versions de « PhpBB »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m (Nouvelle page : 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';) |
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'; | + | 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' WHERE config_name='server_name'; -- ? | ||
+ | puis: | ||
+ | rm cache/data_global.php |
Version du 31 décembre 2009 à 12:42
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='sitename'; -- la redirection après authentification UPDATE phpbb_config SET config_value='monsite.local' WHERE config_name='server_name'; -- ?
puis:
rm cache/data_global.php