[TYPO3-v4] HTTP Status and protected pages

Christian Futterlieb christian at futterlieb.ch
Thu Mar 17 11:58:52 CET 2011


Hi,

> i already did, and i also miss the 301 header for no-access.
For no-access you have the choice to send one of those headers:

HTTP/1.1 400 Bad Request
HTTP/1.1 401 Unauthorized
HTTP/1.1 402 Payment Required
HTTP/1.1 403 Forbidden

There is no 301 header, because there is no redirection. You can send a 
special header and configure what to display (page, template) for the 
no-access case (as well as for the 404 case).

Regards, Christian


More information about the TYPO3-project-v4 mailing list