Open GoogleCodeExporter opened 9 years ago
If you're seeing two "max-age" values, then one of them has to be being altered
outside PHP (by your web server I assume). The code that writes the
Cache-Control header in Minify is here (it can't write two values):
https://github.com/mrclay/minify/blob/master/min/lib/HTTP/ConditionalGet.php#L15
5
If you make an empty PHP file and call it, does it send
Cache-Control:max-age=60 by default?
Original comment by mrclay....@gmail.com
on 9 Nov 2011 at 5:43
shame on me.
you are right, i've an .htaccess in root (mostly based on
https://github.com/laukstein/ajax-seo/blob/master/.htaccess )
so /min is excluded from redirects, but not from max-age settings
thanks for all
Original comment by daniele....@gmail.com
on 10 Nov 2011 at 12:53
Daniele, does https://github.com/laukstein/ajax-seo/blob/master/.htaccess still
returns you any error?
Original comment by laukstein
on 22 Jul 2013 at 6:04
Original issue reported on code.google.com by
daniele....@gmail.com
on 9 Nov 2011 at 3:42