How to prevent Browser cache for php site
问题 I have a php site running in cloud server.When ever i add new files css, js or images the browser is loading the same old js, css and image files stored in cache. My site has a doctype and meta tag as below <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"> <meta http-equiv=\"Page-Enter\" content=\"blendTrans(Duration=1.0)\"> <meta http-equiv=