diff --git a/www/data/dynamic/.htaccess b/www/data/dynamic/.htaccess new file mode 100644 index 0000000..f347088 --- /dev/null +++ b/www/data/dynamic/.htaccess @@ -0,0 +1,4 @@ + +ExpiresActive On +ExpiresDefault "access plus 12 hours" + \ No newline at end of file diff --git a/www/data/images/.htaccess b/www/data/images/.htaccess new file mode 100644 index 0000000..3835eb5 --- /dev/null +++ b/www/data/images/.htaccess @@ -0,0 +1,8 @@ + +ExpiresActive On +ExpiresByType image/jpg "access plus 1 week" +ExpiresByType image/jpeg "access plus 1 week" +ExpiresByType image/gif "access plus 1 week" +ExpiresByType image/png "access plus 1 week" +ExpiresByType image/svg+xml "access plus 1 day" + \ No newline at end of file