| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Ľubor PR0

Joined: 13 Feb 2007 Posts: 52 Location: Slovakia,Bratislava
|
Posted: Sun Jun 24, 2007 6:02 pm Post subject: SID |
|
|
| As shall arrange phpbb_seo_class.php , that am delete SID ? |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14814
|
Posted: Mon Jun 25, 2007 7:40 am Post subject: Re: SID |
|
|
From the mod rewrite install file :
| Code: | Settings :
___________
You can choose to get rid of highlights and / or SID for guest.
In phpbb_seo_class.php, look for :
$this->seo_opt = array( 'rem_sid' => false, // 100% SID Removal for guests thus bots : true / false
'rem_hilit' => true, // 100% highlights Removal for guests thus bots : true / false
'topic_per_page' => ($config['posts_per_page'] <= 0) ? 1 : $config['posts_per_page'],
'topic_type' => array(), // do not change
'topic_last_page' => array(), // do not change
);
=> The 'rem_sid' option ('rem_sid' => false,), if you set it to true ('rem_sid' => true,),
SIDs won't show up at all for guests and bots.
SIDs are always removed for guest and bots by the zero duplicate.
=> The 'rem_hilit' option ('rem_hilit' => false,), if you let it to true ('rem_hilit' => true,),
highilts won't show up at all for guests and bots.
The Zero duplicate will automatically follow this setting, eg http 301 redirect url with highlits for guest and bots if set to on. |
|
_________________ 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 |
|
 |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |