Gregor Zattler <[EMAIL PROTECTED]> writes:
> i use wwwoffle 2.6 on a debian unstable system as a means to
> reduce bandwith and costs.
>
> To achive this my "OnlineOptions" prevent continous rereading of
> pages. But for one site i want to get absolut new pages with
> every request (as with direct connection) but pages should still
> be cached for offline usage.
>
> What's wrong with this:
>
> > OnlineOptions
> > {
> > request-changed = 10m
> > request-changed-once = yes
> > request-expired = no
> > request-no-cache = no
> > <http://bscw.gmd.de/bscw/*> request-changed = 0
> > <http://bscw.gmd.de/bscw/*> request-changed-once = no
> > <http://bscw.gmd.de/bscw/*> request-expired = yes
> > <http://bscw.gmd.de/bscw/*> request-no-cache = yes
> > }
>
> Since I have inserted the last 4 entrys every time i click on a
> link in this site i do not get the related page but an wwwoffle
> template telling me the page was noted for download.
As Marc Boucher <[EMAIL PROTECTED]> has pointed out the more specific
entries should be placed before the more general ones.
This does not cause the problem that you are seeing, and I don't know
how you could be getting the problem. These options are only used
when you are online and if you are online then there is no option to
tell the user that the page has been requested.
Are you sure that it is these new entries that are causing the
problem? Can you narrow down the cause to a single one of these
entries? What happens if you move the specific entries so that they
are before the more general ones?
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
WWWOFFLE users page:
http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html