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/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286786 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

