Adding a Page Counter to your Personal Homepage
ITS has installed a simple system for tracking page visits, and for displaying visit counts. There are two steps:
- Add the string:
<!--#exec cgi="/cgi-bin/counter"-->
to your page. - Set the "executable" permission on the page. This must be done at the UNIX shell prompt.
chmod a+x page.html