Tracking hits to your pointed domain

To keep track of hits to your pointed domain, point your domain to a default page in the "pointed at" domain. This default page must contain a "Meta" tag with the "http-equiv" attribute set to "refresh" and the URL set to your "pointed at" home page.

This forces the page to reload the "pointed at" home page and as a result, hits to your "pointed" domain will be counted and included in WebStats reports.

Example:

If you want to point a domain called mycar.com at the domain yourcar.com, in order to keep track of hits to mycar.com, you should point your domain at a default page in yourcar.com (e.g. yourcar.com/default.html) and this page (default.html) should include the following "Meta" tag:

<head>

< meta http-equiv="refresh" content="0;url=http://www.yourcar.com">

</head>

All hits to the page default.html will indicate a hit on the pointed domain (mycar.com).