localhost Won't Immediately Update

后端 未结 10 662
轻奢々
轻奢々 2021-01-02 10:31

I have been using XAMPP to connect to localhost to do editing on my computer for websites. I have been using it for over a year now and in the past whenever I would update t

10条回答
  •  [愿得一人]
    2021-01-02 11:11

    In order to fully update/refresh your website , you need to use this command:

    Ctrl+F5

    This forces the browser to fully update the changes you're made to the files. This works if you have made changes in your CSS file(saved) but a browser-refresh doesn't reflect the new changes. In this case, the regular F5 refresh won't work.

    For Mac OS: Command+Shift+R

提交回复
热议问题