Deactivate CakePHPs Test Suite
I've got the problem that whenever I try to reach ww.domain.com/test with CakePHP the Test Suite of CakePHP wants to load.
But I don't need it, so is there a way to deactivate this route? I couldn't find anything within core.php and routes.开发者_如何学Cphp.
When debug is set to 2, it loads it to choose from many options to test my application. If debug is set to 0 it just says that "this URL cannot be loaded because of the debug settings".
Remove the test.php file that sit's in the webroot folder
精彩评论