Two sites on one server.
The data files for both sites are in /[myhomepath]/awstats/data
Each site has a statistics directory ,/[myhomepath]/[sitedir]/statistics, that contains the AWS and BAW files.
If I browse to [http]://site1/statistics I get the BAW page for Site 1.
If I browse to ht
tp://site2/statistics I get the BAW page for Site 1.
If I browse to ht
tp://site2/statistics/awstats.site2.com.html I get the regular AWS page for Site 2, with the current stats.
(changed for URL warning)
In the past I've had multiple sites on this same server and got the drop down. I don't remember having to add anything to any configs to get that though.
Debug results:
Notice: Undefined index: top_x in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 123
Notice: Undefined index: top_x in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 169
Notice: Undefined index: max_chart_items in /[myhomepath]/[site2dir]/statistics/modules/render_htmlchart.inc.php on line 53
Notice: Undefined index: chart_titles in /[myhomepath]/[site2dir]/statistics/modules/render_htmlchart.inc.php on line 167
(previous 2 lines repeat quite a bit)
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1303
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1323
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1345
Notice: Undefined index: domain_lvls in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1361
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1380 (repeats)
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1253
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1273 (repeats)
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1414
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1432 (repeats)
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1456
Notice: Undefined index: domain_lvls in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1469
Notice: Undefined index: favicon in /[myhomepath]/[site2dir]/statistics/core/display.inc.php on line 1487 (repeats)
Notice: Undefined index: limit_server in /[myhomepath]/[site2dir]/statistics/core/display_helpers.php on line 742
Notice: Undefined index: limit_server in /[myhomepath]/[site2dir]/statistics/core/display_helpers.php on line 747
I get that these values need to be defined somewhere. I just don't know where. I don't see them in the config.php for either site.