--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.htaccess Tue Apr 04 03:13:58 2017 +0200 @@ -0,0 +1,11 @@ +<ifmodule mod_headers.c> + <filesmatch "\\.(stl)$"> + Header set Cache-Control "max-age=2592000, private" + </filesmatch> + <filesmatch "\\.(css)$"> + Header set Cache-Control "max-age=604800, public" + </filesmatch> + <filesmatch "\\.(js)$"> + Header set Cache-Control "max-age=216000, private" + </filesmatch> +</ifmodule> \ No newline at end of file