PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   Too many duplicate link, someone help please! (http://www.phpdig.net/forum/showthread.php?t=1256)

warrence 09-01-2004 12:00 AM

Too many duplicate link, someone help please!
 
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:
PHP Code:

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' 



All times are GMT -8. The time now is 02:06 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.