activer le cache dans le .htaccess

Lignes à ajouter dans le .htaccess : ## BROWSER CACHING ## ExpiresActive On ExpiresByType image/jpg « access 1 year » ExpiresByType image/jpeg « access 1 year » ExpiresByType image/gif « access 1 year » ExpiresByType image/png « access 1 year » ExpiresByType text/css « access 1 month » ExpiresByType application/pdf « access 1 month » ExpiresByType text/x-javascript « access 1 month » ExpiresByType application/x-shockwave-flash « access 1 month » ExpiresByType image/x-iconContinue reading activer le cache dans le .htaccess

fichier .htaccess pour Zend chez 1and1

Si vous rencontrez l’erreur 500 chez 1and1, voici un fichier .htaccess qui vous permettra de la corriger : AddType x-mapp-php5 .php SetEnv APPLICATION_ENV development RewriteEngine ON RewriteBase / RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ – [NC,L] RewriteRule ^.*$ index.php [NC,L]