[Typo3] pageNotFound handling

Peter Russ peter.russ at 4many.net
Wed Jul 27 15:00:12 CEST 2005


media.res | alex widschwendter wrote:
> hi,
> 
> if i enter an internal url for pageNotFound_handling ex.
> $TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] = 'index.php?id=186'
> 
> i get an error .. redirect limit for this url succeeded .... is this a
> bug an can someone confirm this

i.e. redirects to the redirect because index.php is not found until 
redirect limit is reached.
So try:
$TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] = 
'http://your.domain.ltd/index.php?id=186'
or
$TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] = 
'READFILE:index.php?id=186'
to include page information.

Regs. Peter


-- 
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ



More information about the TYPO3-english mailing list