Chrome's map to file system resource not working after update

后端 未结 11 2138
野的像风
野的像风 2021-02-02 07:41

I can add a folder to the workspace (which doesn\'t seem to do anything, as far as I can tell), but the \"map to file system resource\" option seems to have been removed, and I

11条回答
  •  猫巷女王i
    2021-02-02 07:54

    Thanks to others in this thread saying chrome is checking the modified date.

    Adding this to .htaccess solved it for me

    IndexOptions SuppressLastModified
    

    Of course you would not want this to get into your production code as it could stop browser caching working.

提交回复
热议问题