I am developing a webpage with PHP. when I add CSS files nothing change in my firefox browser but others browsers show me these changes. What can I do??
I am working with the local host with Apache as my server
All Replies (2)
You can clear the cache. For some files Firefox allways tries to use the cache. If that does not help you can check the MIME-type. If the MIME-type is wrong, Firefox can refuse to load your file. You can also check which headers you are sending. Starting in Firefox 7 we have new very strict rules about headers for security reasons.
https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache
You can also reload web page(s) and bypass the cache.
- Press and hold Shift and left-click the Reload button.
- Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
- Press "Cmd + Shift + R" (MAC)