[TYPO3] CoolURI and <pagenotfound>

lesm nospam at please.com
Wed Jun 25 16:40:30 CEST 2008


Frank,

First you must assure your server return a 404 code.  It seems to me 
that yours is not configured correctly. When you make a request for a 
page that doesn't exist, your server is sending a 302 Object moved 
instead of a 404 and then lands in seite-nicht-gefunden.html resulting 
in a 200 code.
There are tools online like this 
http://www.seoconsultants.com/tools/headers.asp to check returning codes.




Frank Hüttner wrote:
> Hi!
> 
> I've set in my CoolUriConf.xml the following redirect:
> 
>     <pagenotfound>
>       <status>HTTP/1.0 303 See Other</status>
>       <behavior type="redirect">index.php?id=21</behavior>
>     </pagenotfound>
> 
> Who can it work with more then one language?
> 
> You can test it:
> * Normal: http://www.castello-monte-gallini.de/home.html
> * Redirect: http://www.castello-monte-gallini.de/home1.html
> 
> Best regards
> Frank


More information about the TYPO3-english mailing list