PDA

View Full Version : Pre-installed Counter question


Mandi
08-04-1999, 07:08 PM
*Yes I searched first* :-Þ

I am coming up with an error of "Illegal Datafile Path" on my counter . . . I am sure the trouble is in trying to display the counter on a subdirectory - is this not possible?[nbsp][nbsp]Also searched the documentation at the source site . . .

http://www.bearfootdesign.com/roverlinks/index.shtml

Deb
08-04-1999, 11:34 PM
It's not working due to the /'s you have in the file name.

You have
Count.cgi?df=CNCbearfootdesign-/roverlinks/index.shtml|dd=SIG|...

If you replace it with
Count.cgi?df=CNCbearfootdesign-roverlinks-index.shtml|dd=SIG|...

All should work as you would like it to.

Deb

Mandi
08-05-1999, 10:22 AM
:)[nbsp][nbsp]Thank you!!