This is a discussion on setting the entry point for the site within the Apache Web Server forums, part of the Web Server and Related Forums category; My site uses frames. Sometimes people bookmark a page several layers deep in my site and then return to that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
My site uses frames. Sometimes people bookmark a page
several layers deep in my site and then return to that later, the problem is that it doesn't update my visit counter which only runs if they come to my main page. I don't want the counter to update on access to every page in my site but i would like everyone to come to the main page first and proceed from there. How can i do this? I'm running apache 1.3 on linux Thanks Eric |
|
|||
|
use some javascript to force your site into frames
http://www.javascriptworld.com/js4e/...frameset2.html Eric wrote: > My site uses frames. Sometimes people bookmark a page > several layers deep in my site and then return to that later, the problem > is that it doesn't update my visit counter which only runs if they come to > my main page. I don't want the counter to update on access to every page > in my site but i would like everyone to come to the main page first and > proceed from there. How can i do this? I'm running apache 1.3 on linux > Thanks > Eric |