Hi! Will Tomlinson wrote:
> The problem we're having is, whenever he hits one of his domains we > setup in his windows hosts file, it directs you to the default apache > website. "It works!" > > But we have <virtualhost> directives in the httpd.config file to > direct to C:\webRoot\somesite > What's strange is, this all works on my XP Pro machine. I can't > figure out why you hit one of those domains in the URL, and it will > not take you to the right website in the webroot. Hosts and VirtualHosts configurations look fine. This problem is most probably not related to CF8 in any way. I would guess that you might have missed the NameVirtualHost * or NameVirtualHost *:80 directive before your first VirtualHosts-block. Take a look at the Apache docs here http://httpd.apache.org/docs/1.3/mod/core.html#namevirtualhost. You can verify the configured VirtualHosts by using apache2ctl -S. Kind regards Markus Computec Media AG Sitz der Gesellschaft und Registergericht: Fürth (HRB 8818) Vorstandsmitglieder: Johannes S. Gözalan (Vorsitzender) und Rainer Rosenbusch Vorsitzender des Aufsichtsrates: Jürg Marquard Umsatzsteuer-Identifikationsnummer: DE 812 575 276 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314424 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

