I think that apache is refusing to serve up *.js files for a drupal 5.1 site I'm working on, when it's on my hosting provider. They are running
Apache version 1.3.37 (Unix)
MySQL version 4.1.21-standard
PHP version 4.4.4
On local LAMP and WAMP (apache 2, php 5) installs of 5.1, I DO get the nice jquery features like collapsable input areas, category topic auto-completion.
But on the hosting provider (and a Local MAMP w apache 2/php 5), these jquery features are disabled.
Worst of all, this 'apparently not loading *.js files' issue means that the Gmap module can't/won't work.. I have had it working in a 4.7x install.
I've really been scratching my head about this.. The hosting provider tells me Im missing files..
Then I thought it was due to the .htaccess file in the drupal root dir. I'm using an unmodified one, except that line 76 has been modified as I am currently working in a domain/~user directory.
So I uploaded some test .js files called as part of a whizzywig editor (entirely external to drupal) in a folder within the same root drupal dir. The *.js loaded fine and editor shows up. I then moved its folder from there to under the drupal /files directory, where it is now.. two layers of htaccess? Not sure.