Re: [EMAIL PROTECTED] javascript src path on apache

2007-12-06 Thread Jim Albert
Hiep Nguyen wrote: i tried: http://10.0.0.120/calendar.js, i can save the file but http://10.0.0.120/includes/calendar.js, i can't and get 500 internal server error so i looked into the log, this is what i got: [Thu Dec 06 14:09:34 2007] [alert] [client 10.0.0.128] /var/www/html/includes/.ht

Re: [EMAIL PROTECTED] javascript src path on apache

2007-12-06 Thread Hiep Nguyen
On Thu, 6 Dec 2007, Jim Albert wrote: Hiep Nguyen wrote: hi there, i'm not sure this is the right list to ask, if not please help direct me to the right list. i have problem with path for java on my apache: this is working just fine: type="text/javascript"> but as soon as i move cale

Re: [EMAIL PROTECTED] javascript src path on apache

On Dec 6, 2007 6:54 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > i have problem with path for java on my apache: You mean JavaScript, which is something quite different from Java. > this is working just fine: > type="text/javascript"> > > but as soon as i move calendar.js to a sub-folder include

Re: [EMAIL PROTECTED] javascript src path on apache

Hiep Nguyen wrote: hi there, i'm not sure this is the right list to ask, if not please help direct me to the right list. i have problem with path for java on my apache: this is working just fine: type="text/javascript"> but as soon as i move calendar.js to a sub-folder includes/ ty

[EMAIL PROTECTED] javascript src path on apache

hi there, i'm not sure this is the right list to ask, if not please help direct me to the right list. i have problem with path for java on my apache: this is working just fine: but as soon as i move calendar.js to a sub-folder includes/ type="text/javascript"> then it's not working.