I proably don't understand this question, but adding a counter to your
web page is just a matter of adding script to it. Such as:
<SCRIPT LANGUAGE="JavaScript">
<!--
document.writeln( '<A
HREF="http://www.hitmeter.com/cgi-bin/hmmap/4584" TARGET="_parent">' );
document.writeln( '<IMG
SRC="http://www.hitmeter.com/cgi-bin/hitmeter?cws=4584&rwp='+document.referrer+'"
BORDER=1 ISMAP></A>' );
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="http://www.hitmeter.com/cgi-bin/hmmap/4584"
TARGET="_parent">
<IMG SRC="http://www.hitmeter.com/cgi-bin/hitmeter?cws=4584" BORDER=1
ISMAP></A> </CENTER>
</NOSCRIPT>
[EMAIL PROTECTED] wrote:
>
> I've been working on my web page for the past few hours, trying to add
> a web counter. At this point, I'm fairly confused. :) I've looked at
> the Apache documentation for server-side includes, but am left
> somewhat confused...
>
> So, is there any Apache documentation available which might explain,
> in less arcane terminology, how to enable server-side includes? Or,
> failing that, is there another web server which is smaller, simpler,
> yet secure and feature-rich? :)
>
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]