Web FAQ 7.02. How do I put a counter on a departmental Web page?
Text counters provided by ITS cannot be used on the department Web pages. You can use a graphical counter on departmental Web pages.
Note: Make sure that you reference the cgi script by using the complete path, i.e. instead of using /cgi-bin/Count.cgi, use http://www.personal.psu.edu/cgi-bin/Count.cgi . Also note, the c in "Count" must be capitalized.
Note: When using another server than www.personal.psu.edu to view your site, such as www.psu.edu, make sure that you specify a personal_url parameter that corresponds to your page. For example, the following HTML code may be used by a department site located at http://www.psu.edu/dept/mydept/:
<img src="http://www.personal.psu.edu/cgi-bin/Count.cgi?personal_url=/dept/mydept/index.html">.