Adding a Counter to your web page


To add a counter to your www.midcoast.com web page, add this line somewhere in your page:

This page has been accessed 
<!--#exec cgi="/cgi-bin/counter"--> 
times
-or-

This page has been accessed 
<!--#exec cgi="/cgi-bin/counter_month"--> 
times this month

On a Virtual Web Server, the correct usage would be:


This page has been accessed
<!--#exec cgi="/cgi-bin/system/counter"-->
times

and something like this will appear:

This page has been accessed 3286 times
-or-
This page has been accessed 17 times this month


This works only with *.html documents. Your filename must have the html extension for this thing to work.