phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
solved phpbb2-webmedic to phpbb3-Advanced SEO URL

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
tenoch



Joined: 24 Jul 2008
Posts: 13

solved phpbb2-webmedic to phpbb3-Advanced SEO URLPosted: Fri Jul 25, 2008 2:29 am    Post subject: solved phpbb2-webmedic to phpbb3-Advanced SEO URL

Reading post in this forums, and making some test, I solve this:
Convert phpbb2 forum with seo mod of WebMedic
To phpbb3 with Advanced SEO URL


Activated:
Forum URL caching: yes
Forum ID Removing: yes

in control panel, In Forum URL Management, added:
vfx (x corresponding to the number I had before in each FORUM)



With This, my FORUMS urls where the same than before

But topics urls where:
old mod:
any-title-vtxxx.html
adv.mod:
any-title-txxx.html

So it was solved with:


Desactivated:
Forum URL caching: no
Forum ID Removing: no


Rebuilded the new .htaccess

Replace code in
phpbb_seo/phpbb_seo_class.php

Code:
      $this->seo_delim = array( 'forum' => '-f', 'topic' => '-t',


with :
Code:
      $this->seo_delim = array( 'forum' => '-vf', 'topic' => '-vt',



in .htaccess

Quote:
RewriteRule ^post([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L,NC]


with :

Quote:
RewriteRule ^(post|[a-z0-9_-]*-vp)([0-9]+)\.html$ viewtopic.php?p=$2 [QSA,L,NC]


And all works fine
Even when I desactivated Forum URL caching an Forum ID Removing, the forums keeped the vfx


Thanks
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

solved phpbb2-webmedic to phpbb3-Advanced SEO URLPosted: Fri Jul 25, 2008 1:08 pm    Post subject: Re: solved phpbb2-webmedic to phpbb3-Advanced SEO URL

yes, keeping the same urls as before can be a solution, but you could as well take this occasion to end up with even better urls.
It's not hard to redirect all urls properly and phpBB3 mod rewrite as more possibilities than the phpBB2 mod rewrites.

It's of course as you wish, but it's a good occasion to wonder about this.

++

_________________
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
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: