e59-website/html/.htaccess
2024-07-29 22:15:21 +00:00

10 lines
308 B
ApacheConf

<FilesMatch "\.(css|js)$">
FileETag None
<IfModule mod_headers.c>
Header unset ETag
Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</IfModule>
</FilesMatch>