I’m running a basic website with just HTML and CSS. Whenever I push new files to the website, the new files won’t show up in the browser until I do a CTRL + F5 (hard refresh). Can anybody help me with this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most likely, your browser is caching the content of your website when you visit it. The next time you visit, it will show the local, cached copy (unless you “hard-refresh” it).
Check if you have any cache-related meta tags in your pages, and see if using a no-cache tag would help.