> you were to access /CFIDE/administrator/index.cfm the
> page still loads (without the images and CSS) 

Note: Usually this happens due to your ColdFusion mappings in ColdFusion
administrator, not your web server mappings.  That is why any .cfm page
loads, but images, JavaScript and CSS files do not. 

If you send an http request to your web server for a non-existent .cfm
file, the web server will not return the 404, but instead will pass the
request to ColdFusion anyway.  CF will then attempt to find the file
with its mappings.  Images and JavaScript etc aren't filtered through CF
and the web server serves up the 404 without even asking CF.

~Brad

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to