This function will display the 404 error message supplied to it using the following error template:
Path - application/errors/error_404.php
The function expects the string passed to it to be the file path to the page that isn't found. Note that CodeIgniter automatically shows 404 messages if controllers are not found.
CodeIgniter automatically logs any show_404()
calls. Setting the optional second parameter to FALSE will skip logging.
show_404($page = '', $log_error = TRUE)
Parameters:
Return type: void