Caching Problem mit .htaccess
-
Hey Leute, ich habe ein Problem. Meine Seite wird nicht gecached und ich habe keine Ahnung warum nicht. Die .htaccess Datei wird erkannt, aber wenn ich über Google PageSpeed Insights teste, kommt immer die Meldung dass ich Browser Caching nutzen sollte …. Hie ist meine .htaccess Datei:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access plus 1 year" ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType text/css "access plus 1 month" ExpiresByType application/pdf "access plus 1 month" ExpiresByType text/x-javascript "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" ExpiresByType image/x-icon "access plus 1 year" ExpiresDefault "access plus 2 days" </IfModule> ## EXPIRES CACHING ##
Ich versuche schon seit Stunden den Fehler zu finden. Habt ihr eine Idee was ich falsch mache ? Vielen Dank schon einmal!
LG,
Phil
Ansicht von 2 Antworten – 1 bis 2 (von insgesamt 2)
Ansicht von 2 Antworten – 1 bis 2 (von insgesamt 2)
- Das Thema „Caching Problem mit .htaccess“ ist für neue Antworten geschlossen.