http header

  1. S

    Litespeed ignores expr in .htaccess (mod_headers)

    Hi, I need to overwrite via htaccess the cache-control response header with the value of a custom http response header. On Apache I use the following line: Header always set Cache-Control "expr=%{resp:x-my-custom-header}" but doesn't work on Litespeed. Seems that litespeed does not support...
Top