Problem with uploading

Status
Not open for further replies.

studfdsf

New Member
Messages
5
Reaction score
0
Points
1
Hello, so I have this problem where I'm trying to upload and overwrite my existing files I have for my site, but once they say they are successful on filezilla, none of my updates show on the real website what so ever. Could you please tell me what's going on?

Thanks a bunch :)
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

On our free hosting service, we run a Varnish cache server, which temporarily caches static pages. This is very beneficial when looking to improve page loading times, but can sometimes cause problems when actively developing your website. Fortunately, you can disable Varnish caching, by adding the following line to your .htaccess file. :)

Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"

Thank you,
 

studfdsf

New Member
Messages
5
Reaction score
0
Points
1
Thank you, this is very helpful and beneficial in the future. I will check this out! :) Thank you again!
 
Status
Not open for further replies.
Top