> Hi, > > Why url finishing by / are not cacheable ? muddled thinking ? :-) I was unsure how to handle caching default index pages but I see no reason why we can't just delete this check.
>
>
> /* DECLINE urls ending in / ??? EGP: why? */
>
> if (url[urllen-1] == '/') {
> return DECLINED;
>
> }
>
>
> I delete this code and it's caching it really well
> Is it possible to think a directive to enable/disable this ?
>
>
> regards,
>
> Estrade Matthieu
Bill
