Website Issue - Old CSS loading

Status
Not open for further replies.

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
Hi,
I have a strange issue with my website. The old css file for my Wordpress theme is loading. I have tried clearing my browser cache, deleting the CSS file and uploading the new version. This has been happening since the downtime on the server yesterday.

If it helps, I am using the latest wordpress, and also use FTP. Although I have tried the upload via browser and it is still doing the same thing.

Website is: edwardbennett.x10.mx or edwardjbennett.co.uk
 

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,
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
Respect to you good sir! Works like a charm!!
 
Status
Not open for further replies.
Top