So I have desperately been looking for a way to set my website cached expiration. I would like to set the css and js expiration but I couldn't find any useful information. I tried to use
<meta http-equiv="Pragma" content="no-cache" />
but it just doesn't work. Most of the material online just talk about Apache, xml and others but I don't use them. Is there a way to implement the expiration using php or html? and how is it done?
header()in PHP which is the same as what Apache does.