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

Kasper Skårhøj kasper2005 at typo3.com
Thu Oct 6 16:44:06 CEST 2005


Fine with me.

Make sure that other cache-related headers are not send if you send these. You 
might have to toggle that with the flag that exposes that temp-content is 
delivered because from a technical point of view the 30-second notice is just 
a page cached for 30 seconds...

- kasper


On Wednesday 05 October 2005 18:11, René Fritz wrote:
> 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é

-- 
- kasper

-----------------
Think future, not feature




More information about the TYPO3-dev mailing list