Error: HTTP/1.0 404 Object Not Found
In ColdFusion applications, the "object" is usually a ColdFusion template file specified in a URL. The are usually two reasons that the file cannot be found. Either the filename in the URL is misspelled, or the path in the URL is incorrect.
Two common mistake made by beginners are 1) using the data source name as the path and 2) saving ColdFusion template files with a .TXT extension. The last typically happens when saving a file in Notepad as type text document.
To fix the problem you must correct errors in the URL. Make sure that the filename in the path exists and that it matches the name of the file on the directory.
