| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Sun Aug 27, 2006 6:25 am Post subject: one page with SID |
|
|
hello again
i found something in irani.ch forum
see this two URL
-http://forum.irani.ch/topic-vt1992.html?sid=17a75a933f9391716ee102b7ec6e60f6
-http://forum.irani.ch/topic-vt1992.html?sid=af4c288743d1852ee1156dd9a88a4f79
we are removed SID and we don't have any duplicated page
site:forum.irani.ch
most of the mx site map urls are indexed. about 120 topic url are indexed and some urls from download mod are indexed that this urls are not rewrited
but between all of this urls there is two urls that i mentioned above
only this page has SID and indexed two time
whats this ?
 |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
|
 |
JanoF

Joined: 30 May 2006 Posts: 43
|
Posted: Sun Aug 27, 2006 8:38 am Post subject: Re: one page with SID |
|
|
edit sessions.php
| Code: | #
#-----[ OPEN ]------------------------------------------
#
includes/sessions.php
#
#-----[ FIND ]------------------------------------------
#
$SID = 'sid=' . $session_id;
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ( $userdata['session_user_id'] != ANONYMOUS ){
$SID = 'sid=' . $session_id;
} else {
$SID = '';
} |
this remove sid for anonymous  |
_________________ www.pcforum.sk | www.pcforum.cz | jan.fecik.sk |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |