View Single Post
Old 01-20-2004, 10:11 AM   #6
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
>> As the pages are creating different $md5 variables, they are not seen as duplicates.

Hi. If you are using the following:
PHP Code:
define('PHPDIG_SESSID_REMOVE',true);     // remove SIDS from indexed URLS
define('PHPDIG_SESSID_VAR','MoodleSession'); // name of the SID variable 
and the same page shows up multiple times in a crawl, then refresh the page in your browser. Does something on the page change, like a banner?

If so, then try using the PHPDIG_EXCLUDE_COMMENT and PHPDIG_INCLUDE_COMMENT values to surround the part of the page that is changing upon refresh.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote