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 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Tue Jan 30, 2007 9:07 am    Post subject: .

....


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


Joined: 28 Apr 2006
Posts: 14279

.Posted: Tue Jan 30, 2007 12:44 pm    Post subject: Re: .

And welcome Very Happy

This issue is the bug it seems with this version, so I apologize for inconvenience, as I never felt on it on all the server tested prior to release.

We'll soon update the mods, but the fix suggested here should 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: Tue Jan 30, 2007 5:56 pm    Post subject: Re: .

...


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


Joined: 28 Apr 2006
Posts: 14279

.Posted: Tue Jan 30, 2007 8:17 pm    Post subject: Re: .

mm.

Please additionally try the following :

find :

Code:
         $this->url = PHPBB_URL . $this->seo_static['index'];



replace with :

Code:
         $this->url = $this->seo_static['index'];



in phpbb_seo/phpbb_seo_class.php

++

_________________
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: Tue Jan 30, 2007 8:43 pm    Post subject: Re: .

...


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


Joined: 28 Apr 2006
Posts: 14279

.Posted: Tue Jan 30, 2007 8:59 pm    Post subject: Re: .

Just looks like you did not edit index.php properly, please double check, because, forum links are rewritten everywhere else.

Next step will be Zero dupe, but since you just went through the bug with the PHPBB_URL constant, you'd have to replace all occurrences of :

Code:
PHPBB_URL


with :
Code:

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


int the zero dupe code changes, because the same constant will most likely fail as well there.
The exacter reasons for this are still a bit obscure, but, we'll be releasing a fix for it real soon.

++

_________________
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: Tue Jan 30, 2007 10:41 pm    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:09 am; edited 1 time in total
Back to top
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Tue Jan 30, 2007 10:48 pm    Post subject: Re: .

...


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


Joined: 28 Apr 2006
Posts: 14279

.Posted: Tue Jan 30, 2007 10:51 pm    Post subject: Re: .

like here -http://www.utf-88.com/movie-drama-tv-f1.html or here -http://www.utf-88.com/topic214.html

forum url are rewritten.

And I think I got it, you've renamed your phpBB index.php file, so forum.php is not rewritten at all with the method.
Just open :

Code:
phpbb_seo/phpbb_seo_class.php


Find :

Code:
   function index() {


Replace with :

Code:
   function forum() {


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.


++

_________________
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: Tue Jan 30, 2007 11:55 pm    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:10 am; edited 1 time in total
Back to top
wuitsung



Joined: 30 Jan 2007
Posts: 15

.Posted: Wed Jan 31, 2007 3:19 am    Post subject: Re: .

...


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


Joined: 28 Apr 2006
Posts: 14279

.Posted: Wed Jan 31, 2007 11:23 am    Post subject: Re: .

Code:
# FORUM INDEX (un-comment if used)
RewriteRule ^index\.html$ /index.php [QSA,L]


Is there for if you'd decide to rewrite index.php to index.html, or the be edited if you choose something else for index.php rewrting.

It's left commented as it's not always used.

Code:
# FORUM PROTECTION RULE
RewriteRule ^.+/([^/]+\.html)$ /index.php [R=301,L]


This one prevent virtual folder injection trick, but is not required if you run the zero dupe.

It will redirect any url like this example.com/phpBB/virtual-folder/topic-title-txx.html

++

_________________
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: Wed Jan 31, 2007 6:22 pm    Post subject: Re: .

...


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


Joined: 28 Apr 2006
Posts: 14279

.Posted: Wed Jan 31, 2007 6:27 pm    Post subject: Re: .

Well, you should open forum.php when the install is asking for index.php, that's all. At least if forum.php is just a renamed version of phpBB's index.php.

++

_________________
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: Wed Jan 31, 2007 11:02 pm    Post subject: Re: .

...


Last edited by wuitsung on Thu Jun 21, 2007 5:10 am; edited 1 time in total
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
Page 1 of 2 Goto page 1, 2  Next

Navigation

Jump to: