Hi,
I'm trying to setup some cache settings - but I always get a SYNTAX ERROR message when I try to use an UrlToolkit with the EXPIRE directive (found here: http://dotbalm.org/http-caching-in-hiawatha/ ), e.g.:
UrlToolkit {
ToolkitID = cache-control
Match ^/.*\.(css|eot|gif|htm|html|ico|jpeg|jpg|js|otf|pdf|png|ps|psd|svg|swf|ttf|txt|woff|woff2)(/|$) Expire 2 weeks
}
Using version 10.3., after restarting it says: Syntax error in hiawatha.conf on line 90. (line 90= Match ...)
Thanks for your help !