RewriteEngine On
#this may cause issues with subdirs and so I have not enabled it.
RewriteBase /
RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1
RewriteRule [.]*-vc([0-9]*) index.php?%{QUERY_STRING}&c=$1
RewriteRule [.]*-ac([0-9]*) album_cat.php?%{QUERY_STRING}&cat_id=$1
RewriteRule [.]*-at([0-9]*) album_thumbnail.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apic([0-9]*) album_pic.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apm([0-9]*) album_picm.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-full-asp([0-9]*) album_showpage.php?full=&pic_id=$1
RewriteRule [.]*-asp([0-9]*) album_showpage.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-aper([0-9]*) album_personal.php?%{QUERY_STRING}&user_id=$1
RewriteRule [.]*-dc([0-9]*) dload.php?%{QUERY_STRING}action=category&cat_id=$1
RewriteRule [.]*-df([0-9]*) dload.php?%{QUERY_STRING}action=file&file_id=$1
RewriteRule [.]*-kbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-kba([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-kbsmp kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-kbstr kb.php?mode=stats&stats=toprated
RewriteRule [.]*-kbsl kb.php?mode=stats&stats=latest
RewriteRule [.]*-pbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-pa([0-9]*) kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-psmp kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-pstr kb.php?mode=stats&stats=toprated
RewriteRule [.]*-pbsl kb.php?mode=stats&stats=latest
RewriteEngine On
#this may cause issues with subdirs and so I have not enabled it.
RewriteBase /
RewriteRule [.]*-vf([0-9]*) /viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) /viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) /viewtopic.php?%{QUERY_STRING}&t=$1
RewriteRule [.]*-vc([0-9]*) /index.php?%{QUERY_STRING}&c=$1
RewriteRule [.]*-ac([0-9]*) /album_cat.php?%{QUERY_STRING}&cat_id=$1
RewriteRule [.]*-at([0-9]*) /album_thumbnail.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apic([0-9]*) /album_pic.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-apm([0-9]*) /album_picm.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-full-asp([0-9]*) /album_showpage.php?full=&pic_id=$1
RewriteRule [.]*-asp([0-9]*) /album_showpage.php?%{QUERY_STRING}&pic_id=$1
RewriteRule [.]*-aper([0-9]*) /album_personal.php?%{QUERY_STRING}&user_id=$1
RewriteRule [.]*-dc([0-9]*) /dload.php?%{QUERY_STRING}action=category&cat_id=$1
RewriteRule [.]*-df([0-9]*) /dload.php?%{QUERY_STRING}action=file&file_id=$1
RewriteRule [.]*-kbc([0-9]*) kb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-kba([0-9]*) /kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-kbsmp /kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-kbstr /kb.php?mode=stats&stats=toprated
RewriteRule [.]*-kbsl /kb.php?mode=stats&stats=latest
RewriteRule [.]*-pbc([0-9]*) /kb.php?%{QUERY_STRING}mode=cat&cat=$1
RewriteRule [.]*-pa([0-9]*) /kb.php?%{QUERY_STRING}mode=article&k=$1
RewriteRule [.]*-psmp /kb.php?mode=stats&stats=mostpopular
RewriteRule [.]*-pstr /kb.php?mode=stats&stats=toprated
RewriteRule [.]*-pbsl /kb.php?mode=stats&stats=latest
jmiyun a dit:ah, dommage ça me fait toujours la même chose... y'a pas moyen de désactiver l'url rewriting sinon ?![]()
RewriteEngine On
#this may cause issues with subdirs and so I have not enabled it.
RewriteBase /
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]*) /forum/kb.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
dcz a dit:phpBB SEO mod rewrite je dirais
si tu veux on peut aussi regarder le problème avec le mod dewebmedic, mais, autant, comme tu conserverais le même standard d'url sans les duplicates de pagination ...
++
WhiteSpi a dit:dcz a dit:phpBB SEO mod rewrite je dirais
si tu veux on peut aussi regarder le problème avec le mod dewebmedic, mais, autant, comme tu conserverais le même standard d'url sans les duplicates de pagination ...
++
Merci bien pour ta réponse, même si c'est vrai que je galère un peu a naviguer dans le flot d'information
Desormais, il me remplace mes accents par des tirets :evil:
Je sens le probleme d'encodage sur mes fichiers.... :cry:
Merci pour ces infos!dcz a dit:ne déprime pas comme ça
Donc, je dirais que tu utilises autre chose que du ISO-8859-1.
Même, ça ressemble à ce qui se passe en UTF-8, ce qui est étrange c'est la différence entre local et online.
Je dirais qu'il y a un souci de mb_internal_encoding entre les deux ou alors tout simplement que l'un est en UTF8 et l'autre pas.
Dans tous les cas, j'ai développé une solution UTF-8 : exemple de site en perse.
Je pense que ce qui marche pour du perse doit marcher pour tes soucis d'encodage.
Quel est l'encodage de ta db online ?
++
Et bien oui, c'est làWhiteSpi a dit:edit3: Bon j'ai eu le gout de chercher
La réponse est ici: language/lang_french/lang_main.php:$lang['ENCODING'] = 'ISO-8859-1';......... voilà l'encoding qui vient juste de me pourrir la vie !!!
Fatal error: Cannot redeclare if_query() (previously declared in /home/immobiliC/forum/includes/functions.php:952) in /home/immobiliC/forum/includes/page_header.php on line 84
dcz a dit:A mon avis tu n'&s pas tout à fait des-installé le mod de webmedic
Code:Fatal error: Cannot redeclare if_query() (previously declared in /home/immobiliC/forum/includes/functions.php:952) in /home/immobiliC/forum/includes/page_header.php on line 84
Et la touche finale, c'est sympa![]()
J'y jetterai un coup d'oeil quand j'ai le tempsdcz a dit:De rien
Installe aussi mx Google sitemaps, c'est très efficace, de même de mx sitemap, et bientôt le Zéro duplicate
++
WhiteSpi a dit:J'y jetterai un coup d'oeil quand j'ai le tempsdcz a dit:De rien
Installe aussi mx Google sitemaps, c'est très efficace, de même de mx sitemap, et bientôt le Zéro duplicate
++![]()
WhiteSpi a dit:Comment ces trois URL:
-http://forums.phpbb-seo.com/le-site-phpbb-seo/zero-duplicates-vt127.ht ml
-http://forums.phpbb-seo.com/le-site-phpbb-seo-vous-ment/le-mod-est-ple in-de-duplicates-vt127.html
-http://forums.phpbb-seo.com/viewtopic.php?t=127
ne peuvent elles pas créer des duplicates?
D'un point de vue général ca m'interesse aussi car je crois que mon sites est plein de suplicates :cry:
Ah ben voilà c'est faitdcz a dit:Bravo pour l'installe, tout est impec, a part, mais c'est peut etre voulu, le mod auto link, pour mx sitemaps, il ajoute un lien dynamique supplémentaire vers le forum en cours de visite, un petit plus en complement de celui de l'index du plan.
Voilà m'sieur c'est faitdcz a dit:Essay d'ajouter des liens sur l'index du plan depuis l'acp, c'est bien pratique![]()
WhiteSpi a dit:Par contre j'ai mis des liens vers mon site principal, pas vers le forum.. c'est grave docteur?
dcz a dit:WhiteSpi a dit:Par contre j'ai mis des liens vers mon site principal, pas vers le forum.. c'est grave docteur?
Pas du tout, mx Sitemaps, c'est du html, donc tu fais des liens vers ou tu veux, en essayer de ne pas en sortir plus d'une centaine par page c'est tout.
L'intérêt se fera très vite sentir (du coup j'en profite pour te montrer que le Zéro duplicate gère aussi la pagination) : http://forums.phpbb-seo.com/viewtopic.php?p=1721
Soit : Faire des liens facilement depuis une Page destinée à un fort PageRank
++
WhiteSpi a dit:C'est pour quand?
RewriteRule ^(.*)-vf([0-9]+)\.html$ /dossier/$1-vf$2.html [QSA,R=301,L]
RewriteRule ^(.*)-vt([0-9]+)\.html$ /dossier/$1-vt$2.html [QSA,R=301,L]
RewriteRule ^(.*)-vp([0-9]+)\.html$ /dossier/$1-vp$2.html [QSA,R=301,L]
dcz a dit:Tout à fait.
Et c'est même plus vraiment la peine de se préoccuper des apostrophes (') avec le zero duplicate
++
dcz a dit:Pas ceux là, mais il y a de quoi faire ici : référencement phpbb3![]()
<a href="http://digg.com/submit?phase=2&url=http://www.forum.com/{U_VIEW_TOPIC}&title={PAGE_TITLE}">
viewtopic.php?t=11&start=0&postdays=0&postorder=asc&highlight=
titre-de-mon-topic-vt11.html
➡️ Offre MyRankingMetrics ⬅️
pré-audit SEO gratuit avec RM Tech (+ avis d'expert)
coaching offert aux clients (avec Olivier Duffez ou Fabien Faceries)
Voir les détails ici