Re: 404 pages and CMS
I had the same problem with my php based CMS. Every CMS will detect if
there has been an invalid page call and deal with it. In your case, it
might display an error or redirect to the home page. The CMS developer
simply needs to send a 404 header prior to any error handling. In PHP,
that would be:
header("HTTP/1.1 404 Not Found");
Easy as that. Personally I can't stand "That is IMPOSSIBLE!" people. ;)
Regards,
- Markus
0 Comments:
Yorum Gönder
<< Home