Jump to content

Recommended Posts

Posted

not to worry buddy, just one of those days i suppose :)

thanks for your help

 

cheers

OMGB

  • Replies 58
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Sad, same with me now.

I thought that Stevie was more stable than johnny, and i move from johnny... :(

 

Can someone tell me if the mail service get down too? Since i can log in CPanel.

Posted

I've just moved here from 000webhost, and although I had a good reason for moving my entire site, I have to say that situation like that never happened for over a year of using 000.

Posted
For once again stevie is down and we all too. Please at least when is happen this remove the ads and make sure to not say that "Ahoy! You're seeing this page because HelioHost has not gotten about to installing and configuring your account yet."

 

Create a page to explain to our visitors why is happening this and drive them to come buck later not showing that our account is the problem!!!

 

Also the cache is problem too because some visitors when they try to come back after some hours do not know that they have to clear their cache.

 

So every time is happens this it's a huge problem!!!

@djbob: implementing this?

@3dready: 000webhost makes profit. They're practically a paid host. We don't/aren't.

Posted

We've already been over this. I have no idea why the cache issue is occurring, and there's no way to change the page. If anyone knows how to truly prevent browsers from caching, I'd love to hear it.

Posted
(...) If anyone knows how to truly prevent browsers from caching, I'd love to hear it.

 

I'm not sure what is the "cache problem" in here, but I use something like this:

 

header('Expires: Mon, 01 Jan 2001 00:00:00 GMT'); // date in the past
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0');
header('Pragma: no-cache');

 

Of course if in such cases like above mentioned redirection takes a place - such headers have to be sent with the redirection "page", not with the landing page where visitors are redirected to. If redirection is done with .htaccess or with some other method (not with PHP script) - I don't know how to attach these headers, unfortunatelly.

Guest Geoff
Posted

We can't use HTTP headers in this situation - cPanel's fault. The redirect is done with HTML.

Posted
(...) If anyone knows how to truly prevent browsers from caching, I'd love to hear it.

 

I'm not sure what is the "cache problem" in here, but I use something like this:

 

header('Expires: Mon, 01 Jan 2001 00:00:00 GMT'); // date in the past
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, max-age=0');
header('Pragma: no-cache');

 

Of course if in such cases like above mentioned redirection takes a place - such headers have to be sent with the redirection "page", not with the landing page where visitors are redirected to. If redirection is done with .htaccess or with some other method (not with PHP script) - I don't know how to attach these headers, unfortunatelly.

If you're using Chrome, take a look at view-source:http://65.19.143.3/. We're using the same headers, but as HTML meta http-equivs.
Posted

Because this doesn't have to do with them? Besides, they probably won't have any solutions we haven't thought of.

Guest
This topic is now closed to further replies.

×
×
  • Create New...