I am testing locally within my employer's network. Whenever I access my site using localhost, everything loads fine, but if I access by IP, either from inside my own pc, in a virtual pc, or from another machine, the script will not load. I peeked at the source in firebug and I see for the reference /files/scripts/jquery-1.2.6.pack.js inside the script tag it shows Bad Gateway. However, if I change this reference to /files/scripts/jquery-1.2.6.js, everything works perfectly!
I'm not a networking expert, but I can't see any way that there could possibly be any difference between these two files, since they're both in the same location with the same permissions and the same extension... I'd like to use the packed version for more efficient loading of the page, but obviously not at the expense of the page functioning properly. I would appreciate any insight from developers more experienced than I who could shed light on why this is happening and how I can prevent it. Many thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
