-- gilbertoalbino <[email protected]> wrote (on Thursday, 29 March 2012, 05:37 AM -0700): > Yep... As I guessed! > Anyway... > What's the diference between a custon 404 page and a not-found page when 404 > is a Not-Found status message ( http://www.ietf.org/rfc/rfc2616.txt RFC > 2616 http://www.ietf.org/rfc/rfc2616.txt )? heheheh > I think it is unnecessary resource once 404 page is a not-found page.
In most cases, it probably is. However, having the ability to have contextual 404 pages can often make sense -- for instance, you could return a message such as "no news item by that name found" or "no blog post by that name found" vs a generic "page not found". However, we do plan to allow using the application-level 404 page; it's simply not yet implemented. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
