I am having an interesting error with Apache (I think Apache is the issue). I noticed many of my JavaScript files were not being served. When I went and looked at my Apache logs, I saw a whole slew of:
.... [error] File not found: /webroot/site/undefined .....
I have a strange feeling the issues are related. I am requesting the correct script src paths for sure.
Any reason why the heck "undefined" would be requested?
Additional info: PHP script, clients are embedded IE8 applications.