![]() |
404 entries in log files - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: 404 entries in log files (/showthread.php?tid=26423) |
404 entries in log files - El Forum - 01-13-2010 [eluser]dimethroxy[/eluser] I have a problem with CI error logging. CI is adding 404 errors for page that are perfectly valid. Here is my yesterday log: Code: ... Almost every page result in a 404 entrie in the log file, even if they are valid and does not output 404 in the web browser! Got any idea? Thanks. 404 entries in log files - El Forum - 01-13-2010 [eluser]davidbehler[/eluser] I'm only guessing here, but looks like it's trying to call a controller "styles". Could be that the path to one of your css files is wrong and instead of pointing to a valid file it points to the styles controller? Use absolute paths instead of relative ones. |