Upload php page via FTP but the page does not exit the server cache

Asked

Viewed 48 times

0

I have the following problem.. I have a website with pages in php, Java.. everything works fine..

But I had to make a simple change to the html code of a php page.. I uploaded the file via FTP, replacing the previous file.. only that despite having the correct file on the server, all browsers display the old version of the page.. I’ve done all the cleaning procedures on the machine cache.. I even deleted the server page to see if it was an error, but it is still displayed as if nothing happened.. there is some cache somewhere that I can’t identify.. within Cpanel there is no cache option...

Has anyone ever done so? Any ideas?

  • Have you checked twice if you’re not going through the wrong files? It happens...

  • I’ve been through this kind of problem and it was a server cache on my network. To get around the problem I added a string query to the url and managed to access the new file. seusite.com.br/?a=1

  • Try to access your page in private mode in your browser. If the old page still appears, contact your hosting service. If the new page appears, clear your browser cache (Ctrl + shft + del).

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.