So I'm setting up our new Windows/Apache/Coldfusion 10 server, and I'm trying to get it all configured (multiple web sites, multiple instances of CF), and have followed the lockdown guide as closely as possible.
I have set up separate web sites to manage the coldfusion administrators, and those are the only web sites that have /CFIDE/ aliased. I also removed the CFIDE mapping from mod_jk.conf In fact, all of my CFIDE directories are denied by apache, as follows (with one of these for each instance) <Directory "E:/coldfusion10/cfusion/wwwroot/CFIDE/"> Order Deny,Allow Deny from all </Directory> So, when I go to my.web.site/CFIDE/administrator I get a 404 But when I go to my.web.site/CFIDE/administrator/index.cfm - I'm actually able to log in and access the CF Admin for that specific instance - although all of the images are broken. What's going on here? Rick Root -- *The beatings will continue until morale improves.* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354623 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

