From a923e531f74b0a8d2ba3652ee9e8c2214f0dbda2 Mon Sep 17 00:00:00 2001 From: Ross Addison Date: Thu, 26 Dec 2019 14:07:39 +0000 Subject: [PATCH] Update .htaccess --- .htaccess | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.htaccess b/.htaccess index a4896e8d..ea033df0 100644 --- a/.htaccess +++ b/.htaccess @@ -4,22 +4,3 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php # use index.php as index file DirectoryIndex index.php -## EXPIRES CACHING ## - -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" - -## EXPIRES CACHING ## -# -#order allow,deny -#deny from all -# \ No newline at end of file