Server problems...

Status
Not open for further replies.

pcinfini

New Member
Messages
11
Reaction score
0
Points
1
I modified a stylesheet on my website called style.css, reloaded my page with Cache Killer to reload my stylesheet, and I continue to get the same stylesheet in my browser. What is going on?
 

Dead-i

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

We run a cache server on our free hosting servers to help speed up our free hosting users' websites, by caching static files. Though this is very useful for helping load speeds, it can delay updates to static files.

Fortunately, you should be able to disable this feature by using this line:
Code:
Header set Cache-Control "max-age=0, private, no-cache, no-store, must-revalidate"

Please could you add this line to your .htaccess file and let me know how it goes? :)

Thank you,
 

pcinfini

New Member
Messages
11
Reaction score
0
Points
1
Hasn't worked, but might it be that the .htaccess file is taking time to be updated like my other files?
 

pcinfini

New Member
Messages
11
Reaction score
0
Points
1
OK it updated and works now

THANK YOU SO MUCH!
Today is a very big day for my website as I am completely renovating it, and I was worried my day would waste away waiting for files to update!

Very thankful for your assistance,
SteveLikeANinja
 
Status
Not open for further replies.
Top