.

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

Moderator: Moderators

Postby dcz » Wed Jan 31, 2007 11:58 pm

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

Advertisement

Postby wuitsung » Thu Feb 01, 2007 3:57 am

...
Last edited by wuitsung on Thu Jun 21, 2007 5:11 am, edited 2 times in total.
wuitsung
 
Posts: 15
Joined: Tue Jan 30, 2007 9:03 am

Postby dcz » Thu Feb 01, 2007 11:16 am

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 ;)

++
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 wuitsung » Thu Feb 01, 2007 6:20 pm

...
Last edited by wuitsung on Thu Jun 21, 2007 5:11 am, edited 3 times in total.
wuitsung
 
Posts: 15
Joined: Tue Jan 30, 2007 9:03 am

Postby dcz » Thu Feb 01, 2007 11:34 pm

dcz wrote:You'll as well need to change :
Code: Select all
         'index' => ''


with :

Code: Select all
         '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: Select all
PHPBB_URL


With :

Code: Select all
"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 ;)

++
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 wuitsung » Fri Feb 02, 2007 12:05 am

...
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am, edited 3 times in total.
wuitsung
 
Posts: 15
Joined: Tue Jan 30, 2007 9:03 am

Postby dcz » Fri Feb 02, 2007 12:06 am

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 || 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 wuitsung » Fri Feb 02, 2007 12:18 am

...
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am, edited 2 times in total.
wuitsung
 
Posts: 15
Joined: Tue Jan 30, 2007 9:03 am

Postby dcz » Fri Feb 02, 2007 12:23 am

So zero dupe is installed and working perfectly :D

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: Select all
      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 ;)

++
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 wuitsung » Fri Feb 02, 2007 12:42 am

...
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am, edited 1 time in total.
wuitsung
 
Posts: 15
Joined: Tue Jan 30, 2007 9:03 am

Postby dcz » Fri Feb 02, 2007 12:47 am

great :D

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 ;)

++
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 wuitsung » Sun Feb 04, 2007 1:14 am

...
Last edited by wuitsung on Thu Jun 21, 2007 5:12 am, edited 1 time in total.
wuitsung
 
Posts: 15
Joined: Tue Jan 30, 2007 9:03 am

Postby dcz » Sun Feb 04, 2007 1:02 pm

You're a bit off topic, but :

Code: Select all
Disallow: /index.php?


is only disallowing url with index.php? ... and actually allow indexing of index.php ;)

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

Previous

Return to phpBB2 mod Rewrite

Who is online

Users browsing this forum: No registered users and 2 guests