I'm trying to use the Header directive in an .htaccess file on an Apache 1.3 server. The result is a 500 internal server error.
I've tried a number of variations of the directive, but take this one for example as it is the actual one I am trying to use:
Header set Cache-Control "max-age=0, no-cache"
My hosting company says they have mod_header compiled into Apache, and as far as I can tell I am following the syntax for the directive given in the Apache documentation. Can anyone tell me what's going on?