The problem is not that the pages are seen as duplicated, the problem is that they are NOT seen as duplicates. For some reason, PHPDig is assuming that the "MoodleSession" is part of the file name, therefore it is including the same file multiple times.
[site]/help.php?file=program.html&module=resource&MoodleSession=8784c2715aeb4eb5ba 81cbd12b475972
is seen as DIFFERENT from
[site]/help.php?file=program.html&module=resource&MoodleSession=6915eacadf8e168266 a793884ec15cb0
despite the fact that they are the same page with a different MoodleSession string appended to the end.
I am assuming that the reason it sees them as different files is because of the MoodleSession thing. Is there a way to make PHPDig ignore this part of the "file"?
|