CrawlTrack, webmaster dashboard.
Web analytic and SEO CrawlProtect, your website safety. Protection against hacking, spam and content theft Two php/MySQL scripts, free and easy to install
The tools you need to manage and keep control of your site. |
|
The CrawlTrack tag is written in php, so the page on which it is need to be treated as php.
This is naturally the case for php pages but not for html pages.There is a way to have the html pages treated as php pages. It's not always possible according your server setup, but it's worth the try.
For that, you have to put at your site root an .htaccess file which will say to the server to treat html pages as php pages.
You can download that .htaccess file by clicking on the link below.
Be carefull, if there is already an .htaccess file at your site root, do not suppress it but copy the content of the downloaded one in the existing one.
Don't forget to put <?php before the tag and ?> after.