> That's just it, Mike. It's a shared hosting environment. The > CFIDE/scripts is at c:\inetpub\wwwroot\cfide\scripts and the > sites are at c:\domains\< yourdomainname.com > <http://yourdomainname.com>>\wwwroot\ etc. > so for example my site is at c:\domains\afpwebworks.com\wwwroot\ > how should we have this set up? > I can browse the files in the scripts folder with > http://ip.ip.ip.ip/CFIDE/scripts/css/basic_styles.css (where > ip.ip.ip.ip. us our ip address) so I guess IIS is set up right, > but how should all the sites access the XML and Flash forms? > Surely we dont have to each have a copy.ofthe scipts in our own > sites do we?
You have three options. Typically, your web server administrator should set up a virtual directory (/CFIDE) that points to the physical location of the CFIDE directory for every virtual server. Alternatively, within the CFMX 7 Administrator, you can specify another location for that stuff, I think. Finally, you can use the SCRIPTSRC attribute of CFFORM to point to another location as well. Of course, there are security issues with exposing the entire CFIDE directory this way. You will typically want to limit or prevent access to the administrator and adminapi folders within CFIDE. There are many ways you (or your web server administrator) can do that. Finally, I'm a bit curious why the default virtual server is publicly accessible. It probably shouldn't be. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218803 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

