[Typo3-dev] Google problem : "page is being generated"

René Fritz r.fritz at colorcube.de
Wed Oct 5 18:11:34 CEST 2005


I collected the suggestions:

...
    <meta name="robots" content="noindex" />
    <meta http-equiv="pragma" content="no-cache">
    <script type="text/javascript">
      window.setTimeout("location.reload()", 3000);
    </script>
  </head>
...

header('Status: 503 Service Unavailable');
header('Retry-After: 30'); // 30 seconds is hardcoded but is ok I think

header('Expires: -1');
header('Cache-Control: post-check=0, pre-check=0');
header('Pragma: no-cache');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');


Is that right?

I'm a bit unsure about the caching thing which has just changed a little for 
the "Page is being generated" page. I have to ask Kasper.

René


-- 
COLORCUBE
digital media lab

www.colorcube.de




More information about the TYPO3-dev mailing list