we are running a TYPO3 host with realurl and TYPO3 version 4.4.0 – now something strange happens, if a page isn’t found
TYPO3 throws a 302 (moved) – which seems the normal behaviour of TYPO3 – but the location for the moved document isn’t my domain something like this is produced
http://otherdomain.com/servlet/domain/myrealdomain.de/404
What is happening here?!
to complete this:
this behaviour is produced by the system dns config. the
resolv.confhad an entry like:which lead to my strange problem. after removing the search line everything works now like a charm.