|
|
|
|
|
|
404 error with Zend Framework Front Controller
A few days ago I noted a quick but very usefull tip on how to handle the situation when Front Controller is unable to dispatch the request, i.e. how to display 404 error page instead of Zend_Controller_Dispatcher_Exception with message "Invalid controller specified". And it looks like the common solution for this is to create a front controller plugin. The plugin detects whether the request is dispatchable and changes module/controller/action to appropriate action that will handle the request.
| Author: |
Alexander Netkachev
|
| Zend Framework Version: |
Unknown
|
|
|
|
|
|
|
|
|
|