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  
 
   
.
Goto page Previous  1, 2
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Wed Jan 31, 2007 11:58 pm    Post subject: Re: .

I cannot find any relation with your renamed forum.php, the viewforum_body template and the page not found.

Is forum.php really the original index.php file renamed ? Or what ?

For the other links, they are totally useless SEO wise, and it saves some resources to leave them as is.

Read the release thread again, everything about what's this mod is doing is there.

++

_________________
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
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Thu Feb 01, 2007 3:57 am    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:11 am; edited 2 times in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Thu Feb 01, 2007 11:16 am    Post subject: Re: .

wuitsung wrote:
sorry maybe my explanation was not clear enough..
It's when I click the link here .


You mean, when you implement the changes supposed to occur on phpBB's index.php to forum.php, you end up with rewritten links, but they do not work ?

How is this possible, since http://www.utf-88.com/movie-drama-tv-f1.html is already working great ?

Looking at the mod you used, there should not be any difficulties to find the original index.php code changes in your forum.php file.
Maybe, you will have trouble finding the category links, as you got rid of them it seems, but you should still be able to find the second FIND.

If you've got trouble editing forum.php, please send us a zip 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
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Thu Feb 01, 2007 6:20 pm    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:11 am; edited 3 times in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Thu Feb 01, 2007 11:34 pm    Post subject: Re: .

dcz wrote:

You'll as well need to change :
Code:

         'index' => ''


with :

Code:
         'index' => 'forum.php'


To keep the forum index as is.

And this should as well solve the portal issue.

You'll have to change as well "index" with "forum" in the zero "duplicate code changes in forum.php.
++


Have you done this ? Because you need to.

As well, you should first implement the mod rewrite mod, and then, once it's up and running start adding the zero dupe.

And since you where not lucky with the constant bug, you'll need to adapt a bit the zero dupe, until it get updated.

You'll need to replace exactly :

Code:
PHPBB_URL


With :

Code:
"http://www.utf-88.com/"


Every time you find it in the zero dupe code changes (with the ").

But don't worry it will work 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
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Fri Feb 02, 2007 12:05 am    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 3 times in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Fri Feb 02, 2007 12:06 am    Post subject: Re: .

exactly, because of this bug with PHPBB_URL. Don't forget the " !!

I'll update soon, but until then, you have to do this too.

++

_________________
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
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Fri Feb 02, 2007 12:18 am    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 2 times in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Fri Feb 02, 2007 12:23 am    Post subject: Re: .

So zero dupe is installed and working perfectly Very Happy

Don't bother editing the phpbb_seo_class.php file, the update is soon to come, and there is no problem with the left over code.

For the forum.php file, I don't know how to tell it again, you need to add the mod rewrite code change intended for phpBB index.php (the mod rewrite, not the zero dupe) to you forum.php file.

In the zip you sent, there is nothing added after :

Code:
      if (isset($display_categories[$cat_id]) && $display_categories[$cat_id])
      {


And there should be one piece of code added there and a little after two.

That's all you need to do 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
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Fri Feb 02, 2007 12:42 am    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 1 time in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Fri Feb 02, 2007 12:47 am    Post subject: Re: .

great Very Happy

The thing is, none of the code change where meant for you index.php file.

It's up to you to remember you renamed the phpBB index.php 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
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Sun Feb 04, 2007 1:14 am    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:12 am; edited 1 time in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14327

.Posted: Sun Feb 04, 2007 1:02 pm    Post subject: Re: .

You're a bit off topic, but :

Code:
Disallow: /index.php?


is only disallowing url with index.php? ... and actually allow indexing of index.php 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  » phpBB mod Rewrite
Page 2 of 2 Goto page Previous  1, 2

Navigation

Jump to: