Migrating from mixed mod rewrite to advanced mod

Zero duplicate support forum.
Personalized HTTP 301 dynamic redirections.

Moderator: Moderators

Migrating from mixed mod rewrite to advanced mod

Postby Darth Pincho » Sun Feb 04, 2007 10:09 pm

Hi, my forum prevously uses mixed mod rewrite, now uses advanced mode one.

Excellent mod by the way.

The question is: the zerodupe mod for advanced mod will redirect all the previous indexed google pages in mixed mod format??

google spidered my web and index about 250 pages in mixed mode format. How can i redirect those pages to the right urls in advanced mode format?

This mode (advanzed zero dupe) will do this?
Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/
Darth Pincho
PR1
PR1
 
Posts: 146
Joined: Fri Sep 22, 2006 8:37 pm

Advertisement

Postby dcz » Sun Feb 04, 2007 11:55 pm

Yes it will, you just have to keep the two old rewriterules for topics from the mixed mod rewrite at the bottom of your .htaccess :

Code: Select all
# PAGINATED TOPIC
RewriteRule ^phpbb/topic([0-9]+)-([0-9]+)\.html$ /phpbb/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^phpbb/topic([0-9]+)\.html$ /phpbb/viewtopic.php?t=$1 [QSA,L]


This way, they'll still work and will be redirected ;)

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby Darth Pincho » Mon Feb 05, 2007 3:03 am

Ok. I include these 2 lines in my .htacces and works great. Also my forum was working fine. No problem redirecting to the index. no problems at all.

I proceed to install zerodupe. Now i have some issues:

try to enter in http://www.tupincho.net/foro/ doesnt work
and http://www.tupincho.net/foro.index.php doesnt work

Only works if you try index.html

also this is one forum link
http://www.tupincho.net/foro/discusion- ... t-f26.html

and this one is misspelled in one letter:
http://www.tupincho.net/foro/discusion- ... t-f26.html
But the misspelled title redirection doesnt work.

Ideas?
Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/
Darth Pincho
PR1
PR1
 
Posts: 146
Joined: Fri Sep 22, 2006 8:37 pm

Postby Darth Pincho » Mon Feb 05, 2007 3:35 am

Problem solved. I read in other post of mine an answer. The main problem is in the file common. php

the code:
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
include($phpbb_root_path . 'phpbb_seo/phpbb_seo_class.'.$phpEx);
$phpbb_seo = new phpbb_seo();
// www.phpBB-SEO.com SEO TOOLKIT END

has to be in the end of the file not in the begining. I hope DCZ release tomorrow a new update in the mod.

Thansk a lot for all the help.
Regards
Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/
Darth Pincho
PR1
PR1
 
Posts: 146
Joined: Fri Sep 22, 2006 8:37 pm


Return to Zero duplicate phpBB2

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 2 guests