index.htm.cnt

  • Thread starter Thread starter Carol V.
  • Start date Start date
OK. I was opening the file to check the count on my hit counter (I have it
set to invisible). The hit counter does not seem to register when I access
the page in IE. Does it only register when accessing the page from a
different computer?

I just tried accessing my page from my laptop and it still doesn't register.
I do have my "index" file in a folder as the site is not quite ready to be
made public.
 
Do you have the web site published to a server with the FrontPage server
extensions installed?

--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
| OK. I was opening the file to check the count on my hit counter (I have it
| set to invisible). The hit counter does not seem to register when I
access
| the page in IE. Does it only register when accessing the page from a
| different computer?
|
| I just tried accessing my page from my laptop and it still doesn't
register.
| I do have my "index" file in a folder as the site is not quite ready to be
| made public.
|
|
| | > It is marked as "Don't Publish" by default, so that you don't over write
| > the copy on the server every time you publish or update your web.
| >
| >
| > --
| >
| > Steve Easton
| > Microsoft MVP FrontPage
| > FP Cleaner
| > http://www.95isalive.com/fixes/fpclean.htm
| > Hit Me FP
| > http://www.95isalive.com/fixes/HitMeFP.htm
| >
| > | >> Is this file by default a "publish" or "don't publish"?
| >>
| >> Thanks
| >>
| >
| >
|
|
 
If you placed the index file in the folder "After" you inserted the hit counter, the
counter bot "probably" contains the wrong file path to the page.

In code view you should see within the bot:
<img src="../_vti_bin/fpcount.exe/?Page=foldername/index.htm

If it is only: <img src="../_vti_bin/fpcount.exe/?Page=index.htm
that is the problem.


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
Yes. Also, I keep getting the blue arrow next to some of the files. They
say "unmatched". I have tried to repuplish them, and also to "synchronize"
the site. Keeps happening.
 
AH! I think that is the problem. Here is the code:

<span style="visibility: hidden">
<!--webbot bot="HitCounter" i-image="0" I-ResetValue="0" I-Digits="0"
U-Custom="index.htm" -->

I think I will just leave it, as when we go "live" it will be in the root
folder. I have it in the current folder temporarily so it is not accessable
til we have the site completely finished. We figured it people went to the
site and saw "Under construction" they may not come back.

Thank You
 
That line is not even in my bot. Here is a copy of the code:

<span style="visibility: hidden">
<!--webbot bot="HitCounter" i-image="0" I-ResetValue="0" B-Reset="FALSE"
I-Digits="0" U-Custom --></span></td>

Here is the website if you need to look at it:

www.aquamoonaquariums.com

Also the index.htm.cnt is in the private folder and set to do not publish on
both the local and remote. This is right, correct?

Carol
 
Back
Top