There are no entries in either log. Here's the whole access log:
127.0.0.1 - - [21/Aug/2007:17:29:09 -0500] "GET / HTTP/1.1" 200 44 127.0.0.1 - - [21/Aug/2007:17:32:56 -0500] "GET / HTTP/1.1" 200 2395 The error log is much longer, but nothing about not finding a file. -----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 12:19 AM To: CF-Talk Subject: SPAM-LOW: Re: 403 forbidden with Apache and cf8 Check the apache access/error logs to see which file location is being requested and triggering the 404. On 8/22/07, James Holmes <[EMAIL PROTECTED]> wrote: > This indicates that the file locations aren't right - since the > permissions on C:\Inetpub\wwwroot were correct and you were previously > denying access outside that folder. Now you're allowing access outside > the folder, it can access whichever folder it's trying to look in and > it can't find the files (hence the 404, since they are in > C:\Inetpub\wwwroot and it's looking somewhere else). > > Check the rest of your httpd.conf for any other file paths etc - if > you get really stuck, send me the whole file by email and I'll check > for anything obvious. -- mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286812 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

