View Full Version : Changes showing up slow
kabledesigns
10-2-09, 07:32 PM
Has this problem been fixed yet? This has been causing me problems on all my powweb accounts.
<<Support email contents removed>>
Please paraphrase the email that Support sent you, kabledesigns, as direct posting is against the forum rules.
Thank you.
kabledesigns
10-2-09, 07:53 PM
I have been having problems when I upload files to my webserver on all my powweb accounts. There is a delay..sometimes minutes..sometimes hours. It is frustrating when trying to edit sites and view the changes. Support indicated they were having problems and were working on it, but that was back on Sept 15th. Is anyone else having this problem and is it going to be fixed soon?
thanks.
Have you looked at this thread (http://forum.powweb.com/showthread.php?t=83027) as it is probably the real reason for your problem.
simonwallace
10-11-09, 09:59 AM
and - I now also noticed that if I look at what should be the same file through these two different methods I see the current and an out of date version:
http://simonwallace.powweb.com/filename.txt
http://www.epmbook.com/filename.txt
Dbrazzell
10-12-09, 11:46 AM
There is a caching system in place on the shared hosts.
If you would like to disable it. You could contact support, or you can put this into a .htaccess file in your root directory. This is essentially what support would have done any way. But if your a do it yourself type you can skip the support ticket.
<Files *>
Header set Cache-Control: "private, pre-check=0, post-check=0, max-age=0"
Header set Expires: 0
Header set Pragma: no-cache
</Files>
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.