Codeigniter shows an 404 error page, for a javascript file. The file is in a js folder. The file in question is jquery.cookie.js.
If I change the filename, then I can access the file.
There are no route settings or .htaccess rules for the file, but for some reason codeigniter is showing its default 404 page when the javascript file is accessed.
jsfolder is located in the root folder. The folder does not contain any.htaccessor even anindex.htmlfile. When I go towww.mysite.com/js, it lists all the files including the problematic file, but when I click on it, it takes me to CI 404 page. It doesn't happen with the other files that are listed.