Forums / Developer / Install Click Heat
Florent Hache
Tuesday 06 October 2009 1:05:52 am
Hello everybody, I want to install a heatmap on my website and a lot of people say that click heat is a good heatmap. So i go on http://www.labsmedia.com/clickheat/index.html and i download the zip file. To install this we must put the folder clickheat on the root of the website but how to reach to this folder in ezpublish ? Because when i go to the url i have an error kernel (20), i understand this because clickheat is not a siteaccess. So if somebody knows how to proceed to install this it will be perfect :d Thanks a lotFlorent Hache
Gabriel Finkelstein
Friday 09 October 2009 10:38:26 am
You have to add an entry in your virtualhost.After:
DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine On
Add:
Rewriterule ^/clickheat/.* - [L]
Tuesday 13 October 2009 1:44:54 am
Yes it's okThanks a lot Gabriel