i've created a table in my db that allows the header and footer to adjust depending on the subdomain. basically the code calls:
<cfquery name="partner" datasource="#dsn#"> SELECT * FROM Partners WHERE URL = '#cgi.server_name#' </cfquery> it is recognizing the root domain (www.domain.com) but getting a page not found error when dealing with any of the subs. do i need my hosting company to make any adjustments to accommodate subdomains (#url#.domain.com) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314371 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

