i use laravel 5.5 i uploaded my site to a shared hosting , i want to cash static files like .css and js ...... . so i put this code in my .htaccess
<FilesMatch ".(ico|flv|jpe?g|png|gif|js|css|swf|ttf|otf|woff|eot)$">
Header set Cache-Control "max-age=290304000, public"
but in chrome / network tab i select my page the
Response header :
Cache-Control:no-cache, private
Request header :
Cache-Control:no-cache
Pragma:no-cache
<FilesMatch "\.(ico then either restart the apache server if you have access or you need to contact your provider and have them restart the apache server so that the changes could take effect.