Page 1 of 1

v1.4.0 r_283

Posted: Mon 22. Dec 2008, 17:26
by Jensensen
http://code.google.com/p/phpwcms/source/detail?r=283

don't forget to change the config file:

Code: Select all

$phpwcms['mode_XHTML']        = 1; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional, 2 = XHTML 1.0 Strict

Re: v1.4.0 r_283

Posted: Tue 30. Dec 2008, 02:07
by Jensensen
config:

Code: Select all

$phpwcms['no_session_start']  = array('googlebot', 'msnbot', 'ia_archiver', 'altavista', 'slurp', 'yahoo', 'jeeves', 'teoma', 'lycos', 'crawler'); //don't start session
one day¿ switched/changed to:

Code: Select all

$phpwcms['BOTS']			  = array('googlebot', 'msnbot', 'ia_archiver', 'altavista', 'slurp', 'yahoo', 'jeeves', 'teoma', 'lycos', 'crawler');
got it?

Re: v1.4.0 r_283

Posted: Tue 30. Dec 2008, 10:51
by flip-flop
$phpwcms['BOTS'] is the right one.

Have a look into the index.php around line 39.

Knut