Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed on Seperate Server - Not tracking. #1771

Closed
anonymous-matomo-user opened this issue Oct 17, 2010 · 1 comment
Closed

Installed on Seperate Server - Not tracking. #1771

anonymous-matomo-user opened this issue Oct 17, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hello,
I checked for other related tickets to see if I could find a solution but I am not able to.

I have installed Piwik on our ramare.com server, and we have many sites on differnt servers, I have put all the JS code from admin into the footer of the sites before the closing body tag and it is still not recording.

Here is the Code I pasted on our site StretchMarksGuru.com

<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://analytics.ramare.com/piwik/" : "http://analytics.ramare.com/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://analytics.ramare.com/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tag -->

Any help would be appreciated as we would like to use Piwik instead of Google.

Kris

@robocoder
Copy link
Contributor

Your host appears to have mod_security rules which block any GET request containing http://.

Contact the hosting provider's tech support to whitelist your domain (ramare.com).

We're working on detecting this at time of installation, and providing workarounds for 1.1.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants