mi <[EMAIL PROTECTED]> writes: > can i have exceptions from a Don't Cache - Domain ?
Yes, you should be able to. > For example: > Don't cache my mailbox http://www*.gmx.net/* > but do cache the login-page http://www12.gmx.net/de/cgi/login > > There are subdomains like http://www3.gmx.net ot http://www64.gmx.net > (Seems to be the full range from 1 to at least 65) > > It's not indicated as syntax error, however this doesn't seem to work: > !http://www12.gmx.net/* The syntax is correct in this case, but the order of the entries is important. I think that you want: DontCache { !http://www12.gmx.net/de/cgi/login http://www*.gmx.net/* } The entries are matched in order, the first to match the URL is used. So you need to have the specific entry (the one that you don't want the DontCache option to apply to) before the general option. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html
