Trying to implement Awstats plugin but to no avail.
Fairly sure the issue is that the plugin has two configerable lines:
$awstats_dir = ‘/var/lib/awstats’;
$awstats_site = awstats_getsite(get_settings('siteurl'));
However, I am unclear how to know how the first line should be determined...
If anyone can help it would be much appreciated!