
September 2nd, 2003, 12:09 AM
|
|
Registered User
|
|
Join Date: Sep 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
IE dialing to connect to localhost
I have set up Apache running on my xp machine to test my sites before publishing. I added a few IPs in my etc\hosts file:
127.0.0.2 test.testserver.com
and added VirtualHost entries in my httpd.config:
<VirtualHost test.testserver.com>
DocumentRoot "C:\Documents and Settings\Owner\Desktop\Sites\Test\public_html"
ServerName test.testserver.com
</VirtualHost>
When I use IE to access the test site it requires that I dial in to my ISP. What am I missing to make this stop?
|