View Single Post
  #13  
Old 9th December 2012, 17:14
CyberCop CyberCop is offline
Member
 
Join Date: Nov 2011
United States
Posts: 2
Default make it look like this in the config.php
Code:
//== Cookie setup
$INSTALLER09['cookie_prefix'] = 'localhost'; // This allows you to have multiple trackers, eg for demos, testing etc.
$INSTALLER09['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$INSTALLER09['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
$INSTALLER09['domain'] = '';
//==
Reply With Quote