406 errors can be thrown from apache mod_security. add to webroot's htaccess: ErrorDocument 406 default
(to disable redirection to cake on HTTP 406 error) You should check for last modified files using FTP for malicious code inside. Check apache mod_security logz. On May 31, 9:42 am, robert123 <[email protected]> wrote: > hi, my website was developed in cakephp, recently it was hacked, and > it keeps giving the below error message, anyone knows how i can fix > it, thanks > > Missing Controller > > Error: 406.shtmlController could not be found. > > Error: Create the class 406.shtmlController below in file: app/ > controllers/406.shtml_controller.php > > <?php > class 406.shtmlController extends AppController { > > var $name = '406.shtml';} > > ?> -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
