Page 2 of 2
Re: Some URLs redirect to home page instead of 404
Posted: Thu Nov 16, 2006 2:51 am
by Grantovich
Pierre M. wrote:
If Apache allways answers "200 OK", may be your Internet Explorer (IE) is bogus when reporting 404 ?
PM
Now I'm really confused. My browser has never reported a 404 for any of these URLs, and I never said anything about a 404 error being reported. The fact that 200 OK is always returned (along with a copy of the home page)
is the problem.
Re: Some URLs redirect to home page instead of 404
Posted: Thu Nov 16, 2006 12:09 pm
by Pierre M.
Grantovich wrote:
The fact that 200 OK is always returned (along with a copy of the home page) is the problem.
Oups, I'm the most confused, my mistake.
So, you get 200 OK requesting for /nonexistant/static/page.html ?
and 200 OK too resquesting for /?q=koalaridingbicycle ?
(In fact a catchall 200 OK to the home page ?)
And whatever your .htaccess is ?
If you use a hosting provider, what does *he* say about these strange things ?
If you host yourself, what special pill have you fed your Apache with ? (tweaking .conf before .htaccess ?)
PM