Hi all,
I just installed Piwik recently on my VPS which is running the following:
Apache 2.4
Ubuntu 12.04 LTS
PHP 5.5
My directory structure is as follows
/var/www is my main website install (ForkCMS) - www.loosebruce.co.uk
/var/analytics is my piwik install location - www.loosebruce.co.uk/analytics
I setup a config for analytics like so:
After installing Piwik successfully I added the Piwik tracking code to my <body> scripts on ForkCMS
When I navigate to my website, you can see in firebug that the tracking code is working and is fetching the piwik.js, however when I check my dashboard there is no hits being recorded.
No errors are being recorded on the browser console.
So what do you think is going wrong here?
I just installed Piwik recently on my VPS which is running the following:
Apache 2.4
Ubuntu 12.04 LTS
PHP 5.5
My directory structure is as follows
/var/www is my main website install (ForkCMS) - www.loosebruce.co.uk
/var/analytics is my piwik install location - www.loosebruce.co.uk/analytics

I setup a config for analytics like so:
# analytics config file allows redirection of /analytics Alias /analytics /var/analytics <Directory /var/analytics> Options FollowSymLinks </Directory> # Disallow web access to directories that don't need it <Directory /var/analytics/> Require all granted </Directory>
After installing Piwik successfully I added the Piwik tracking code to my <body> scripts on ForkCMS

When I navigate to my website, you can see in firebug that the tracking code is working and is fetching the piwik.js, however when I check my dashboard there is no hits being recorded.
No errors are being recorded on the browser console.
So what do you think is going wrong here?