Tagged Questions
1
vote
1answer
20 views
Etags are not appearing on PHP pages
My hosting provider (goDaddy) seems to be adding eTags to my files.
However I've noticed that they are not appearing on .PHP file (they are on .HTM, .CSS, .JS and images). Is this normal?
From my ...
0
votes
1answer
77 views
How to ensure apache2 reads htaccess for custom expiry?
I have a site with Apache 2.2.22 . I have enabled the mod-expires and mod-headers modules seemingly correctly:
$ apachectl -t -D DUMP_MODULES
…
expires_module (shared)
headers_module (shared)
…
...