[TYPO3-dev] Page 404 (500) error handler

Søren Malling soren.malling at gmail.com
Fri Sep 20 15:26:52 CEST 2013


Hi Thomas,

Just add like 'loginSecurityLevel' so it will look like this

'FE' => array(
                'loginSecurityLevel' => 'rsa',
                'pageNotFound_handling' => 'your URL',
                'pageNotFound_handling_statheader' => 'The header'

        ),


On Fri, Sep 20, 2013 at 3:22 PM, Thomas Petersen <tp at codem.dk> wrote:

> Hi.
> Im new to the TYPO3 univers.
> Can see that if i add this to localconf file, then i can make 2 pages
> (realURL) that can show me the Page 404(500) errors.
>
> $TYPO3_CONF_VARS["FE"]["**pageNotFound_handling"] = '
> http://www.my-domain.com/not-**found.html<http://www.my-domain.com/not-found.html>
> ';
> $TYPO3_CONF_VARS["FE"]["**pageNotFound_handling_**statheader"] =
> 'HTTP/1.1 404 Not Found';
> $TYPO3_CONF_VARS["FE"]["**pageNotAvailable_handling "] = '
> http://www.my-domain.com/not-**available.html<http://www.my-domain.com/not-available.html>
> ';
> $TYPO3_CONF_VARS["FE"]["**pageNotAvailable_handling_**statheader"] =
> 'HTTP/1.1 500 Not Available';
>
> But i have the TYPO3 v.6 and here i can find the FE section like.
>       'FE' => array(
>                 'loginSecurityLevel' => 'rsa',
>         ),
>
> How do i add the TYPO3_CONF_VARS to the new localconf layout ?
> ______________________________**_________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-dev<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev>
>



More information about the TYPO3-dev mailing list