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

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Thu Oct 6 18:03:37 CEST 2005


Hi.

On 05.10.2005 18:11 René Fritz wrote:
> 
> header('Status: 503 Service Unavailable');
> header('Retry-After: 30'); // 30 seconds is hardcoded but is ok I think
> 

This is syntactically right.

My prefered way would be to simply keep the session alive until the page
is generated and then deliver it. (Set a timeout of 30 seconds if you
like to). No "please wait" page, no HTTP response until the page is
generated.
Maybe as an option in the install-tool?

-- 
cheers,
Steffen




More information about the TYPO3-dev mailing list