Recent Topics

1 Dec 09, 2006 15:17    

Hi,

don't know if it's really a bug. All my blogs are using a subdomain of example.com (a.example.com, b.example.com,...)

In the stats i always see my own URLs (including www.example.com) as referes though the $self_referer_list array in conf/_stats.php look fine.

Any idea?


$self_referer_list = array(                                                                                             
        '://'.$basehost,                        // This line will match all pages from your the host of your $baseurl   
        '://www.'.$basehost,    // This line will also match www.you_base_host in case you have no www. on your basehost
        'http://localhost',                                                                                             
        'http://127.0.0.1',                                                                                             
);                                                                                                                      


Form is loading...