jason When I access a bad url like http://mylink.com/emejejeje this is the 404 page that gets returned: It's too detailed and shows sensitive information like the IP address of the host and all of that. How could I create a custom 404 page or disable all of this debug information from generating?
Kulga Edit the config.php file <?php return array ( 'debug' => true, 'database' => array ( change 'debug' => true, to false It should then have errors come up with (depending) 404 Not Found Looks like this page could not be found.