Files
site-spationautes/html/css/.htaccess
2025-11-07 17:39:30 +00:00

10 lines
296 B
ApacheConf

# Auto-generated Muse file. Edits made to this file will be overwritten.
<FilesMatch ".css$">
<IfModule mod_headers.c>
Header set Cache-Control "max-age=2592000, public"
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 30 days"
</IfModule>
</FilesMatch>