View Single Post
Old 11-27-2003, 08:19 AM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. That's a lot of beer.

In the config.php file, set the following:
Code:
define('PHPDIG_DEFAULT_INDEX',false);
define('PHPDIG_SESSID_REMOVE',true);
define('PHPDIG_SESSID_VAR','s');
Then do the following to start from scratch:
  1. empty all the PhpDig database tables
  2. delete all files that may be in the temp dir
  3. delete all files in the text_content dir except keepalive.txt
  4. index the site
When you do the above, how much beer shows up now?
__________________
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