If you noticed that your Piwik has stopped working when enabling SSL or it never worked in the first place using https, you may be having issues with the protocol. Most hosts only allow SSL for one subdomain (usually www) unless you order an expensive package so if you happened to install Piwik on a subdomain (say analytics.example.com) while SSL will work, an exception will need to be made as the certificate doesn't match the exact URL. Because of this, piwik will not load the scripts correctly. Luckily this is simple fix. Overview : Make sure SSL is the problem Update the tracking script Step 1: To make sure that SSL is a problem you have to try to load the piwik.js file from your installation folder using both https and http. By default, mine was trying to use https and it was showing something similar below in firebug. If it shows the piwik.js source code then this is not your issue. Alternatively you can open the file in the browser by going to: https://a
Software projects, tips, and tutorials from codelv.com