Donc déjà j'ai cru comprendre qu'il fallait bidouiller les url générées, après dans les faits je pige pas comment faire.
Ensuite, sur le lien donné plus haut, Google me dit de mettre une meta dans mon header. Or, moi c'est un index.php donc y'a pas de header html, j'ai essayé d'en greffer un mais dans ce cas ça me crée une erreur par rapport au header de la session ID (si j'ai bien compris).
Warning: Cannot modify header information - headers already sent by (output started at /mnt/144/sdb/b/8/xxx.forum/index.php:10) in /mnt/144/sdb/b/8/xxx.forum/includes/sessions.php on line 254
Warning: Cannot modify header information - headers already sent by (output started at /mnt/144/sdb/b/8/xxx.forum/index.php:10) in /mnt/144/sdb/b/8/xxx.forum/includes/sessions.php on line 255
Warning: Cannot modify header information - headers already sent by (output started at /mnt/144/sdb/b/8/xxx.forum/index.php:10) in /mnt/144/sdb/b/8/xxx.forum/includes/page_header.php on line 483
Warning: Cannot modify header information - headers already sent by (output started at /mnt/144/sdb/b/8/xxx.forum/index.php:10) in /mnt/144/sdb/b/8/xxx.forum/includes/page_header.php on line 485
Warning: Cannot modify header information - headers already sent by (output started at /mnt/144/sdb/b/8/xxx.forum/index.php:10) in /mnt/144/sdb/b/8/xxx.forum/includes/page_header.php on line 486
Faut que tu trouves dans le dossier de phpbb le fichier où il y a déjà marqué <html> et <head> et que tu modifies celui-là, parce que vu les erreurs tu t'en sortiras pas autrement si t'y piges pas plus que ça.