Archives

Archive for September, 2007

When using RealURL in multi language environment sending an real 404 is sometimes not so easy. Some I just want to give you some hints: First of all enable the pageNotFound_handling of Typo3. open the file typo3conf/localconf.php add these lines $TYPO3_CONF_VARS["FE"]["pageNotFound_handling"] = ‘http://www.my-domain.com/en/not-found.html’; $TYPO3_CONF_VARS["FE"]["pageNotFound_handling_statheader"] = ‘HTTP/1.1 404 Not Found’; Now you need to check your [...]

Sep 28th, 2007 | Filed under Typo3