About the upgrade phpBB2 to phpBB3

Discussions and support about the different URL Rewriting techniques for phpBB.

Moderator: Moderators

About the upgrade phpBB2 to phpBB3

Postby cotp » Sun Jun 03, 2007 1:06 am

Please note that all type of upgrade from phpBB2 to phpBB3 will change all your topic url, no matter if you use or not mod rewrite, so upgrading is in all case something to prepare well.


Please dcz, what do you mean by "preparing well" ? What I don't understand still is what will happen if someone find a version on Google of an old phpBB2 rewritten url and the phpBB3 forum is out there. Will he get a 404 or will he be redirected to the new url page ?

Thanks in advance ,

Cotp
User avatar
cotp
PR2
PR2
 
Posts: 295
Joined: Sun Aug 20, 2006 8:03 pm
Location: Paris

Advertisement

Postby dcz » Sun Jun 03, 2007 10:17 am

I mean that local testing is more than advised, since you'll be changing all of your topic URLs in all cases, you want to redirect them, and this should be done all the sudden with the proper headers to work nicely and fast.

phpBB3 SEO mods won't be the problem, more like the solution actually with the zero dupe.

As far as these mods, Upgrading will be as simple as :

    1) install a local phpBB3 forum,

    2) install the mod rewrite selected and the zero dupe,

    3) deal with the conversion,

    4) check everything is working great,

    5) go online.


In addition, you'll just need to keep some of the rewriterules you where previously using with phpBB2, at the end of you .htaccess for the zero dupe to do it's job.

Only the categories URLs will have to be treated separately, since the are not used any more with phpBB3, could be made using a script or with hard coded redirecting in .htaccess.

++
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 cotp » Sun Jun 03, 2007 2:06 pm

Thanks for your anwser dcz, sorry if I posted in english (je suis français hein ;) ) but I thought it would beneficiate more people...

I will follow all instructions. Still waiting for the french version and also design issues before taking the big jump...

Do you know when you plan to do it yourself ?

Cotp
User avatar
cotp
PR2
PR2
 
Posts: 295
Joined: Sun Aug 20, 2006 8:03 pm
Location: Paris

Postby dcz » Sun Jun 03, 2007 2:11 pm

Well, not before the required mod will be updated, which here means the download mod basically, since we'll be taking care of mx sitemaps and GYM sitemaps.

I'll have as well to deal with mxBB, I don't know what I'll be doing with it, it's possible that this will be the occasion for me to build a simple phpBB3 portal ;)

++
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 mhmdkhamis » Sun Jun 03, 2007 3:05 pm

dcz wrote:Well, not before the required mod will be updated, which here means the download mod basically, since we'll be taking care of mx sitemaps and GYM sitemaps.

I'll have as well to deal with mxBB, I don't know what I'll be doing with it, it's possible that this will be the occasion for me to build a simple phpBB3 portal ;)

++


great dcz :D

and we wait phpbb-seo convert too

i am sure it will be so nice in phpbb3 :wink:
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby cotp » Sun Jun 03, 2007 8:19 pm

dcz, I wanted to know if I can test it locally and if you have any advice on using it with easyphp ? Do I have to configure something special for it to work ?

I wanted also to tell you a small mistake:

in
Code: Select all
#-----[ OPEN ]------------------------------------------
#

styles.php


should be:

Code: Select all
#-----[ OPEN ]------------------------------------------
#

style.php

(sans le "s")

As far as I go I keep the original code with slashes (// original:) when there are replacing instructions. This is always useful if there is another mod refering to the original code for example.

I also put the title of the mod on the top of each modified page, but that is because I am nevrotic ;)

Cheers,

Cotp
User avatar
cotp
PR2
PR2
 
Posts: 295
Joined: Sun Aug 20, 2006 8:03 pm
Location: Paris

Postby dcz » Sun Jun 03, 2007 9:24 pm

Well seen, this was already reported and fixed, did not update the version for this few, but did upload a new version where this is corrected.

++
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 cotp » Mon Jun 04, 2007 9:29 am

cotp wrote:dcz, I wanted to know if I can test it locally and if you have any advice on using it with easyphp ?


I anwser myself for those who are interested:

Find and delete the commentary: (#)

for these 2 lines :
Code: Select all
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c


in C:\Program Files\EasyPHP1-8\conf_files\httpd.conf

Cheers :)
User avatar
cotp
PR2
PR2
 
Posts: 295
Joined: Sun Aug 20, 2006 8:03 pm
Location: Paris

Postby dcz » Mon Jun 04, 2007 5:37 pm

http://www.phpbb-seo.com/boards/advance ... t1219.html
SeO wrote:Some advices :

To load mod Rewrite with Easyphp :
Open EasyPHP1-8\conf_files\httpd.conf and un-comment
(get rid of the "#" at the beginning of the required lines) these two lines :
Code: Select all
LoadModule rewrite_module modules/mod_rewrite.so

And :
Code: Select all
AddModule mod_rewrite.c



;)
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 cotp » Mon Jun 04, 2007 11:45 pm

Faut dire que des fois j'ai la flemme de tout lire... :oops:

Heureusement que je ne lis pas les instructions d'installation du mod en diagonale hein ! :P

Cotp
User avatar
cotp
PR2
PR2
 
Posts: 295
Joined: Sun Aug 20, 2006 8:03 pm
Location: Paris

Postby dcz » Tue Jun 05, 2007 8:33 am

Like when you speak french on a English speaking forum ? :mrgreen:

No problem, we all tend to be lazy, it's just a matter of understanding that the real laziness is to think well before you do anything, can save a lot of time ;)

++
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 emielvenlo » Tue Jun 05, 2007 11:40 am

dcz wrote:I'll have as well to deal with mxBB, I don't know what I'll be doing with it, it's possible that this will be the occasion for me to build a simple phpBB3 portal ;)

++


This is interesting. I am just considering to migrate to smf because they have better intergration with some portals and cms's. After a fiaso with mkportal i am really searching for a portal with cms that realy works with a forum like phpbb3.
User avatar
emielvenlo
PR0
PR0
 
Posts: 82
Joined: Sun Jan 21, 2007 10:01 am

Postby dcz » Tue Jun 05, 2007 3:18 pm

well, if you really want a less interesting forum ... no just kidding actually, I guess phpBB3 will allow the phpBB community to really feel confident to be using the best board ever, and do not care about vb people telling that phpBB is a dumb script all the time.

Have you given a shot with phpbb3portal.com ?

Looks promising as a simple phpBB3 portal.

And mxBB will as well upgrade for phpBB3 I think.

++
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 emielvenlo » Tue Jun 05, 2007 4:08 pm

dcz wrote:well, if you really want a less interesting forum... no just kidding actually, I guess phpBB3 will allow the phpBB community to really feel confident to be using the best board ever, and do not care about vb people telling that phpBB is a dumb script all the time.

Have you given a shot with phpbb3portal.com ?

Looks promising as a simple phpBB3 portal.

And mxBB will as well upgrade for phpBB3 I think.

++

I do like phpbb3 much more than smf, sow my first choise would be phpbb3. However, on a short therm i need a portal/cms/forum. I think you have seem my www.brandpreventieforum.nl after it was finished? This was with mkportal and phpbb2. It was exactly what i wanted, mkportal was a cms/portal and could be perfectly intergrated with phpbb. But because of the bad php code it kept giving problems to the point i had to go back to forum only.

After letting the visitors become familiar with the portal function, i want to come back with a portal on short therm. But i really want a portal/cms that does have extensions for documentation, links, jobs and other stuff.

Sow phpbb3portal.com is really to simple for that purpose and on the mxBB was stated that he did not plan a phpbb3 version anytim soon.

I have done some researche and for now the best choise for me would be to use joomla with smf, because they perfectly intergrate. And i can use opensef for url rewriting. Opensef is really far with joomla urlrewriting, even when it comes to the smf urls. And they allsow inject topic titles in the url and things like that.

I am sorry i mention smf on this forum, i really would like to use phpbb better, but when something other fits the job better.... And dont worry, i have plenty more phpbb boards to maintain, sow i will keep fisiting/spamming this forum :P

Greets Emiel
User avatar
emielvenlo
PR0
PR0
 
Posts: 82
Joined: Sun Jan 21, 2007 10:01 am

Postby dcz » Tue Jun 05, 2007 5:06 pm

Was just kidding, smf is great too.

I don't know about SEO though, do they offer redirection, are there some duplicates left for pagination and over all, and etc ?

At this stage we already offer a 100% duplicate free phpBB3, and duplicate do matter a lot.

Actually, if you're interested, and to show you we do not only want to talk about phpBB here, SEO is a much wider topic in itself, this could be an occasion to start working a bit on SEO ing smf and why not joomla if required and if you're willing to work a bit on it.

Things like the Zero dupe for smf could really be a great addition to the smf community I think.

For sure it would be better if we already have a flexible portal and a Kb to go with phpBB3, but oh well, time will come ;)

++
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

Next

Return to phpBB mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests


 
cron