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

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
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

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
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

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

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 :
Replace with :
You'll as well need to change :
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 |
|
 |
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

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

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
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 |
|
 |
|
|