| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
sanis
Joined: 05 Jan 2007 Posts: 47
|
Posted: Mon Feb 12, 2007 2:21 pm Post subject: [Advanced] Zero Duplicate [question] |
|
|
I don't want redirect to index.html in user type only my domain.com but when he/she type domain.com/index.php it redirects to index.html, how to do that?
Another question, why when i access post1234.html it redirects to theme-my-bla-t6.html?
Sorry, not in that topic :/ |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Tue Feb 13, 2007 10:19 am Post subject: Re: [Advanced] Zero Duplicate [question] |
|
|
Well, the goal is to end up using a single url par page.
So if you want to redirect index.php to index.html, you'll have to redirect as well example.com/phpbb/ to example.com/phpbb/index.html
By default the mod is redirecting index.php to example.com/phpbb/
And yes, post URLs are redirected as they are duplicate, the greater source in phpBB forum, so we do want to get rid of these, bot-wise.
++ |
_________________ 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 |
|
 |
sanis
Joined: 05 Jan 2007 Posts: 47
|
Posted: Tue Feb 13, 2007 5:41 pm Post subject: Re: [Advanced] Zero Duplicate [question] |
|
|
I just want to disable rediction from domain.com to domain.com/index.html as you can see www.stotis.net
Another question, how can i disable post1234.htm rediction to topic-is-cool-t123.html ? Or make normal topic-is-cool-t123.html link when i press lastest post on forum img on index or viewforum?  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Tue Feb 13, 2007 5:57 pm Post subject: Re: [Advanced] Zero Duplicate [question] |
|
|
Well, for index.html, the mod is following the settings in phpbb_seo_class.php, so if you use :
It will get rid of index.php
if you use :
| Code: | | 'index' => 'index.html' |
then index.html will be forced
and if you want to keep index.php, then just use :
| Code: | | 'index' => 'index.php' |
The zero dupe will work accordingly and index links in phpbb will all be rewritten the way you choose.
The idea is one url one page, zero dupe.
About post, I don't think getting rid of the redirection is this good, and the no dupe is on its way to get rid of these in phpBB pages
++ |
_________________ 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 |
|
 |
sanis
Joined: 05 Jan 2007 Posts: 47
|
Posted: Tue Feb 13, 2007 6:04 pm Post subject: Re: [Advanced] Zero Duplicate [question] |
|
|
But it will look nicer without rediction (post).
Whathever if you think it is not bad i will leave it as is  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |