merci pour cette réponse dcz. Par contre si je ne nie pas que ta méthode fonctionne , j' ai du encore loupé un passage ..
Donc voila comment je m'y suis pris.
1) J'ai verifié l'histoire du xlm et ajouté la ligne qui aurait du y etre et qui n'y étais pas ( Cf ta citation)
2) J'ai fait une copie du portal.php à ma racine.
3) Fait les chagements sur portal.php comme indiqué sur le site de portal board
4) j'ai appliqué tes changements ( à la place des leur) sur l'include fonctions et sur le htacess

htaccess avant modif
- Code: Tout sélectionner
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm
# You may need to un-comment the following lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
# RewriteCond %{HTTP_HOST} !^www\.pokerhold-m\.com$
# RewriteRule ^(.*)$ http://www.pokerhold-m.com/$1 [QSA,L,R=301]

htaccess après modif :
- Code: Tout sélectionner
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm
# You may need to un-comment the following lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
# RewriteCond %{HTTP_HOST} !^www\.pokerhold-m\.com$ [NC]
RewriteRule ^portal\.php$ http://www.pokerhold-m.com/ [QSA,L,R=301]
5) appliquer les modifs sur le dossier "portal --- Block" de news.php, announcements.php, change_style.php, login_box.php , minical.php comme specifié sur le post Board3.
Résultat :
- Code: Tout sélectionner
Warning: main(./forums/common.php) [function.main]: failed to open stream: No such file or directory in /homez.28/pokerhol/www/portal.php on line 19
Warning: main() [function.include]: Failed opening './forums/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.28/pokerhol/www/portal.php on line 19
Warning: main(./forums/includes/functions_display.php) [function.main]: failed to open stream: No such file or directory in /homez.28/pokerhol/www/portal.php on line 20
Warning: main() [function.include]: Failed opening './forums/includes/functions_display.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.28/pokerhol/www/portal.php on line 20
Warning: main(./forums/includes/message_parser.php) [function.main]: failed to open stream: No such file or directory in /homez.28/pokerhol/www/portal.php on line 21
Warning: main() [function.include]: Failed opening './forums/includes/message_parser.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.28/pokerhol/www/portal.php on line 21
Warning: main(./forums/portal/includes/functions.php) [function.main]: failed to open stream: No such file or directory in /homez.28/pokerhol/www/portal.php on line 22
Warning: main() [function.include]: Failed opening './forums/portal/includes/functions.php' for inclusion (include_path='.:/usr/local/lib/php') in /homez.28/pokerhol/www/portal.php on line 22
Fatal error: Call to undefined function: obtain_portal_config() in /homez.28/pokerhol/www/portal.php on line 24
J'ai du louper un truc quelque part ... mais ou ?

Voici un pack des fichiers que j'ai modifié :
http://www.pokerhold-m.com/fich_modifs_dep_portal.zipEn vous remerçiant
