On a couple of my sites, I'm getting "File not found" reports on files that shouldn't be getting referenced. All of my css files are in subdirectory "css" and all of the href's for them are coded as:
Code:
href="css/client_name.css"
AWStats is reporting that a file named "css/css/client_name.css" couldn't be found. I've checked every HTML file on the site for that string and it's just not there. (I only reference the css file from HTML pages in the site's root directory.)
Another site shows that problem plus some of the ".js" files that I store in subdirectory "js" are appearing as not found for "js/js/name.js".
<added>
Again, a search of the HTML files shows no occurrences of "js/js".
</added>
Thoughts and possibilities?
While I'm considering adding new "css/css" and "js/js" subdirectories to suppress these errors, I'd much rather find and fix the cause rather than "getting around it".