Bug #427
expire.url broken on second level path
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | mod_expire | |||
| Target version: | - | |||
| Pending: | No |
Resolution: | ||
Description
Lets say I have the following setting in lighttpd.conf:
expire.url = ( "/images/" => "access 7 days")
If the images dir is located at http://site.com/images then the expires work correct.
If the images dir is located at http://site.com/templates/images then no expire headers are sent.
I've tried using:
expire.url = ( "/images" => "access 7 days") and
expire.url = ( "images" => "access 7 days")
but that makes no difference.