PDA

View Full Version : Too many duplicate link, someone help please!


warrence
09-01-2004, 12:00 AM
I put the phpdig inside my locahost apache server and i have a few shopping cart inside localhost, im trying to index the whole localhost it works great, just that too many deplicate link, how can i filter off, it should be some setting i can do right? where can i found the setting? config.php?

Charter
09-07-2004, 04:26 PM
Try using the following in the config file:

define('PHPDIG_SESSID_REMOVE',true); // remove SIDS or vars from indexed URLS
define('PHPDIG_SESSID_VAR','PHPSESSID,s'); // name of SID or variable to remove
// can be 's' or comma delimited 's,id,var,foo,etc'