Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 11623 invoked from network); 6 Dec 2007 19:03:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2007 19:03:18 -0000 Received: (qmail 28777 invoked by uid 500); 6 Dec 2007 19:02:44 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 28764 invoked by uid 500); 6 Dec 2007 19:02:44 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 28751 invoked by uid 99); 6 Dec 2007 19:02:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 11:02:44 -0800 X-ASF-Spam-Status: No, hits=-5.3 required=10.0 tests=RCVD_IN_BSP_TRUSTED,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jim@netrition.com designates 216.255.144.74 as permitted sender) Received: from [216.255.144.74] (HELO www14.netrition.com) (216.255.144.74) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2007 19:02:46 +0000 MailScanner-NULL-Check: 1197572541.47792@GYVEQF6UMqGw3oG5Opg5Sg Received: from [192.168.1.7] (c-69-255-98-208.hsd1.md.comcast.net [69.255.98.208]) by www14.netrition.com (8.13.1/8.13.1) with ESMTP id lB6J2JQA027645 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 6 Dec 2007 11:02:19 -0800 Message-ID: <47584735.5020909@netrition.com> Date: Thu, 06 Dec 2007 14:02:13 -0500 From: Jim Albert Organization: Netrition - The Internet's Premier Nutrition Superstore! User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: users@httpd.apache.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Netrition-MailScanner-Information: Please contact the ISP for more information X-Netrition-MailScanner: Found to be clean X-Netrition-MailScanner-From: jim@netrition.com X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No Subject: Re: [users@httpd] 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: > > > but as soon as i move calendar.js to a sub-folder includes/ > You are missing an = after your src attribute in your script tag above. Assuming, that was just a typo in your email, check your httpd error log when you try: http://your_server/includes/calendar.js Any error in the log should give you a clue. > > then it's not working. > > full path for include files: /var/www/html/includes/calendar.js > > full path for test.php: /var/www/html/test.php > > i searched "javascript src path" on google, but no good solution. > > thanks. > T. Hiep > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > -- Jim Albert --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org