| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
Posted: Sun Feb 04, 2007 10:09 pm Post subject: Migrating from mixed mod rewrite to advanced mod |
|
|
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/ |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Sun Feb 04, 2007 11:55 pm Post subject: Re: Migrating from mixed mod rewrite to advanced mod |
|
|
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: | # 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 || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
|
| Back to top |
|
 |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
Posted: Mon Feb 05, 2007 3:35 am Post subject: Re: Migrating from mixed mod rewrite to advanced mod |
|
|
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/ |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |