J'ai suivi les indications avec le mod de webmedic.
J'ai tout fait sauf le truc pour l'optimisation des keywords.
J'ai tout transfere sur mon ftp et quand je teste mon forum j'ai ça:
"
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/sessions.php on line 333
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/sessions.php on line 334
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/page_header.php on line 680
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/page_header.php on line 682
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/page_header.php on line 683""
Le lien de mon forum : http://live-sports.info/forum/autres-sports-vf3.html
D'ou viennet ces erreurs ?
Les fichiers htaccess et robots doivent etre à la base du forum ou la racine du site.
Pensez vous que ca peut venir du .htaccess ou du robots.txt ? :
Mon fichier htaccess:
Options +FollowSymlinks
RewriteEngine On
#this may cause isues with subdirs and so I have not enabled it.
RewriteBase /votredossierphpBB
RewriteRule [.]*-vf([0-9]*) /forum/viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) /forum/viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) /forum/viewtopic.php?%{QUERY_STRING}&t=$1
RewriteRule [.]*-vc([0-9]*) /forum/index.php?%{QUERY_STRING}&c=$1
RewriteRule [.]*-ac([0-9]*) /forum/album_cat.php?%{QUERY_STRING}&cat_id=$1
RewriteRule [.]*-at([0-9]*) /forum/album_thumbnail.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apic([0-9]*) /forum/album_pic.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apm([0-9]*) /forum/album_picm.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-full-asp([0-9]*) /forum/album_showpage.php?full=&pic_id=$1
RewriteRule [.]*-asp([0-9]*) /forum/album_showpage.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-aper([0-9]*) /forum/album_personal.php?%{QUERY_STRING}&user_id=$1
RewriteRule [.]*-dc([0-9]*) /forum/dload.php?%{QUERY_STRING}action=category&cat_id=$1
RewriteRule [.]*-df([0-9]*) /forum/dload.php?%{QUERY_STRING}action=file&file_id=$1
RewriteRule [.]*-kbc([0-9]*) /forum/kb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-kba([0-9]*) /forum/kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-kbsmp /forum/kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-kbstr /forum/kb.php?mode=stats&stats=toprated
RewriteRule [.]*-kbsl /forum/kb.php?mode=stats&stats=latest
RewriteRule [.]*-pbc([0-9]*) /forumkb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-pa([0-9]*) /forum/kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-psmp /forum/kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-pstr /forum/kb.php?mode=stats&stats=toprated
RewriteRule [.]*-pbsl /forum/kb.php?mode=stats&stats=latest
Mon fichier robots.txt:
User-agent: *
Disallow: /forum/post-
Disallow: /forum//updates-topic
Disallow: /forum//stop-updates-topic
Disallow: /forum//viewtopic.php?
Disallow: /forum//viewforum.php?
Disallow: /forum//index.php?
Disallow: /forum//error.php
Disallow: /forum//-br
Disallow: /forum//mark
Disallow: /forum//image-
Disallow: /forum//1-
Disallow: /forum//next
Disallow: /forum//arreter
Disallow: /forum//voir
J'ai tout fait sauf le truc pour l'optimisation des keywords.
J'ai tout transfere sur mon ftp et quand je teste mon forum j'ai ça:
"
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/sessions.php on line 333
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/sessions.php on line 334
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/page_header.php on line 680
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/page_header.php on line 682
Warning: Cannot modify header information - headers already sent by (output started at /homepages/11/d144478340/htdocs/forum/viewforum.php:1) in /homepages/11/d144478340/htdocs/forum/includes/page_header.php on line 683""
Le lien de mon forum : http://live-sports.info/forum/autres-sports-vf3.html
D'ou viennet ces erreurs ?
Les fichiers htaccess et robots doivent etre à la base du forum ou la racine du site.
Pensez vous que ca peut venir du .htaccess ou du robots.txt ? :
Mon fichier htaccess:
Options +FollowSymlinks
RewriteEngine On
#this may cause isues with subdirs and so I have not enabled it.
RewriteBase /votredossierphpBB
RewriteRule [.]*-vf([0-9]*) /forum/viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) /forum/viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) /forum/viewtopic.php?%{QUERY_STRING}&t=$1
RewriteRule [.]*-vc([0-9]*) /forum/index.php?%{QUERY_STRING}&c=$1
RewriteRule [.]*-ac([0-9]*) /forum/album_cat.php?%{QUERY_STRING}&cat_id=$1
RewriteRule [.]*-at([0-9]*) /forum/album_thumbnail.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apic([0-9]*) /forum/album_pic.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apm([0-9]*) /forum/album_picm.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-full-asp([0-9]*) /forum/album_showpage.php?full=&pic_id=$1
RewriteRule [.]*-asp([0-9]*) /forum/album_showpage.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-aper([0-9]*) /forum/album_personal.php?%{QUERY_STRING}&user_id=$1
RewriteRule [.]*-dc([0-9]*) /forum/dload.php?%{QUERY_STRING}action=category&cat_id=$1
RewriteRule [.]*-df([0-9]*) /forum/dload.php?%{QUERY_STRING}action=file&file_id=$1
RewriteRule [.]*-kbc([0-9]*) /forum/kb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-kba([0-9]*) /forum/kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-kbsmp /forum/kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-kbstr /forum/kb.php?mode=stats&stats=toprated
RewriteRule [.]*-kbsl /forum/kb.php?mode=stats&stats=latest
RewriteRule [.]*-pbc([0-9]*) /forumkb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-pa([0-9]*) /forum/kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-psmp /forum/kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-pstr /forum/kb.php?mode=stats&stats=toprated
RewriteRule [.]*-pbsl /forum/kb.php?mode=stats&stats=latest
Mon fichier robots.txt:
User-agent: *
Disallow: /forum/post-
Disallow: /forum//updates-topic
Disallow: /forum//stop-updates-topic
Disallow: /forum//viewtopic.php?
Disallow: /forum//viewforum.php?
Disallow: /forum//index.php?
Disallow: /forum//error.php
Disallow: /forum//-br
Disallow: /forum//mark
Disallow: /forum//image-
Disallow: /forum//1-
Disallow: /forum//next
Disallow: /forum//arreter
Disallow: /forum//voir