On Fri, Sep 4, 2015 at 8:33 AM, Tom Browder <[email protected]> wrote: > Problem: The documentation for mod_expires is pretty clear, but it > doesn't look like I can specify a separate expiration time for > "index.html" versus other html files. Does anyone know of a way to do > that?
You can use mod_expires directives inside <Files> or <Location> to have different settings for different paths. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
