I have deleted file on server. When I refresh page it is still showing file but when I press ctrl+F5, it gives 404 error. It should show 404 error on simple refresh. Why it is not showing this error? Is it any kind of server caching. I've contacted server administration, but no caching is used in server. Thanx!
Asked
Active
Viewed 83 times
0
-
2Client side caching – GordonM May 03 '17 at 08:18
-
Possible solution: [Force refresh of cached CSS data](http://stackoverflow.com/questions/3870726/force-refresh-of-cached-css-data) – Sergey Shubin May 03 '17 at 09:10
1 Answers
0
its showing just because of your browser cache... you clear your browser cache then you will not see it..
When any web pages loded into your browsers then some info like image are localy stored which browsers shows you... so you clear your cache

Saddam Hussain
- 1
- 8
-
I have cleared my browser cache but same problem. And I have tried different browsers, but same problem in all of them. – Muhammad Salman Saeed May 03 '17 at 09:12
-
is it still showing from your browser after you deleted files from server? Maybe that files are not deleted and are hidden on your server – Saddam Hussain May 03 '17 at 09:14
-
then this means that files are still on server and are hidden or may not deleted... – Saddam Hussain May 03 '17 at 09:16
-
Dear this means it deleted from server... 404 mean file not found. – Saddam Hussain May 03 '17 at 09:31