Preventing Caching of CSS Files

后端 未结 6 432
攒了一身酷
攒了一身酷 2020-11-27 20:28

I am developing a simple website using PHP.

Development Configuration : WAMP

Production Configuration : LAMP

While

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 20:55

    I used to have the same problem with my LAMP dev system, caused by a network mount. I managed to get rid of it by adding these two lines to my apache conf.

    EnableMMAP off
    EnableSendfile off
    

提交回复
热议问题