Schlagwort: cache
-
Cache-Dauer für bestimmte Dateitypen in der .htaccess-Datei festlegen
<IfModule mod_expires.c> ExpiresActive On ExpiresDefault „access plus 1 week“ ExpiresByType image/jpg „access plus 1 week“ ExpiresByType image/jpeg „access plus 1 week“ ExpiresByType image/png „access plus 1 week“ ExpiresByType application/x-shockwave-flash „access plus 1 week“ </IfModule>