Mod_Expires in .htaccess

Wollte das Leverage Browser Caching einrichten. Eine nicht uninteressante Sache, da der Traffic auf dem Server minimiert wird und Seiten für den Benutzer schneller geladen werden können.
Folgendes hatte ich in die htaccess eingebaut

ExpiresActive On ExpiresDefault “access plus 1 month 1 days” ExpiresByType text/html “access plus 1 month 1 days” ExpiresByType image/gif “access plus 1 month 1 days” ExpiresByType image/jpeg “access plus 1 month 1 days” ExpiresByType image/png “access plus 1 month 1 days” ExpiresByType text/css “access plus 1 month 1 days” ExpiresByType text/javascript “access plus 1 month 1 week” ExpiresByType application/x-javascript “access plus 1 month 1 days” ExpiresByType text/xml “access plus 1 seconds”

Danach konnte ich meine Seite nicht mehr aufrufen.
Hat jemand von euch Erfahrung damit ?
Ist das auf dem bplaced server überhaupt möglich ?
Bin im Forum mit der Suchfunktion nicht fündig geworden.

Danke schon mal im Voraus für die, die sich der Sache annehmen.
Gruß Indy

Moin,
ja dass ganze funktioniert auf bplaced.

MfG Demon

@demon-x

läuft jetzt bei mir.
danke für die info, dass es auf bplaced funktioniert.
gruß
indy

Hallo,

und wie löst man das Problem?
habs mit Bildern ausprobiert, aber die werden dann nicht mehr angezeigt.

ExpiresActive On ExpiresByType image/x-icon "access plus 5184000 seconds" ExpiresByType image/gif "access plus 5184000 seconds" ExpiresByType image/jpg "access plus 5184000 seconds" ExpiresByType image/png "access plus 5184000 seconds"

Grüße

lag am BOM -Header der .htaccess, die ich mit dem Editor gespeichert hatte, mit DW ohne BOM gespeichert gehts. wunder mich, dass das Problem nicht wirklich zu finden ist durch googlen.