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  
 
   
About the upgrade phpBB2 to phpBB3
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
::  
Author Message
cotp
PR2
PR2


Joined: 20 Aug 2006
Posts: 260
Location: Paris

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 1:06 am    Post subject: About the upgrade phpBB2 to phpBB3

Quote:
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

_________________
production court metrage / référencement internet / restaurant paris 7
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 10:17 am    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 || 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
cotp
PR2
PR2


Joined: 20 Aug 2006
Posts: 260
Location: Paris

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 2:06 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

Thanks for your anwser dcz, sorry if I posted in english (je suis français hein Wink ) 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

_________________
production court metrage / référencement internet / restaurant paris 7
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 2:11 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 Wink

++

_________________
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
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 3:05 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 Wink

++


great dcz Very Happy

and we wait phpbb-seo convert too

i am sure it will be so nice in phpbb3 Wink

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
cotp
PR2
PR2


Joined: 20 Aug 2006
Posts: 260
Location: Paris

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 8:19 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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:
#-----[ OPEN ]------------------------------------------
#

styles.php


should be:

Code:
#-----[ 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 Wink

Cheers,

Cotp

_________________
production court metrage / référencement internet / restaurant paris 7
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Sun Jun 03, 2007 9:24 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 || 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
cotp
PR2
PR2


Joined: 20 Aug 2006
Posts: 260
Location: Paris

About the upgrade phpBB2 to phpBB3Posted: Mon Jun 04, 2007 9:29 am    Post subject: Re: About the upgrade phpBB2 to phpBB3

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:

LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c


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

Cheers Smile

_________________
production court metrage / référencement internet / restaurant paris 7
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Mon Jun 04, 2007 5:37 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

http://www.phpbb-seo.com/boards/advanced-seo-url/advanced-phpbb3-seo-url-vt1219.html
SeO wrote:

Some advices :

To load mod Rewrite with Easyphp :
Quote:
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:
LoadModule rewrite_module modules/mod_rewrite.so

And :
Code:
AddModule mod_rewrite.c



Wink

_________________
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
cotp
PR2
PR2


Joined: 20 Aug 2006
Posts: 260
Location: Paris

About the upgrade phpBB2 to phpBB3Posted: Mon Jun 04, 2007 11:45 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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

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

Cotp

_________________
production court metrage / référencement internet / restaurant paris 7
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Tue Jun 05, 2007 8:33 am    Post subject: Re: About the upgrade phpBB2 to phpBB3

Like when you speak french on a English speaking forum ? Mr. Green

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 Wink

++

_________________
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
emielvenlo
PR0
PR0


Joined: 21 Jan 2007
Posts: 79

About the upgrade phpBB2 to phpBB3Posted: Tue Jun 05, 2007 11:40 am    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 Wink

++


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.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Tue Jun 05, 2007 3:18 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 || 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
emielvenlo
PR0
PR0


Joined: 21 Jan 2007
Posts: 79

About the upgrade phpBB2 to phpBB3Posted: Tue Jun 05, 2007 4:08 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 Razz

Greets Emiel
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

About the upgrade phpBB2 to phpBB3Posted: Tue Jun 05, 2007 5:06 pm    Post subject: Re: About the upgrade phpBB2 to phpBB3

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 Wink

++

_________________
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
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: