Matthew Smith wrote: > I have modified my host file as follows: > ---------------------------------------------- > > 127.0.0.1 localhost > www_redhotkitties_com localhost/www_redhotkitties_com
That is not a valid record for a hostfile. A host file performs the function of DNS, nothing more, nothing less. You probably want: 127.0.0.1 localhost 127.0.0.2 www_redhotkitties_com All 127.0.0.x IP addresses end on the loopback interface so you van use them all. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286728 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

