Hi , Recently I have added a forum (PHPBB2) to one of my websites and it indexed it wrong , two listings for same page but different session id . Does anybody know how to correct this ?
# #-----[ OPEN ]------------------------------------------ # includes/sessions.php # #-----[ FIND ]------------------------------------------ # $SID = 'sid=' . $session_id; # #-----[ REPLACE WITH ]------------------------------------------ # if ( $userdata['session_user_id'] != ANONYMOUS ){ $SID = 'sid=' . $session_id; } else { $SID = ''; } Code (markup):
http://forums.digitalpoint.com/showthread.php?t=26203 http://www.phpbb.com/kb/article.php?article_id=29 http://www.phpbb.com/phpBB/viewtopic.php?t=32328