[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Expires line in http header not getting generated



I'm running a RaQ4 server. I've configured my httpd.conf file to load
both the headers module and the expires module. I've restarted the
server. I've place the following lines in my .htaccess file:

ExpiresActive on 
ExpiresByType image/gif "modification plus 7 days" 
ExpiresByType text/html "now plus 0 seconds" 

But when I look at the HTTP header, no line for "Expires:" exists. Did I
overlook something?