<br><br><div><span class="gmail_quote">On 26/04/06, <b class="gmail_sendername">Jake Stride</b> &lt;<a href="mailto:jake.stride@senokian.com">jake.stride@senokian.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
sukh virdee wrote:<br>&gt; Hi,<br>&gt; I've set up a virtual host on my dedicated server with a dummy domain<br>&gt; name. I only have one IP address for the server.<br>&gt;<br>&gt; How can I access webpages that i have created for the virtual host
<br>&gt; through my browser. I've heard that when using windows and IE you can<br>&gt; make an addition to&nbsp;&nbsp;the host file and then you can access the dummy<br>&gt; site through the IP address...?<br>Yes that is correct you can add a line like:
<br><br>ip_of_server&nbsp;&nbsp;&nbsp;&nbsp;domain_name_in_vhost<br><br>there are normally examples in the file such as:<br><br><a href="http://127.0.0.1">127.0.0.1</a>&nbsp;&nbsp;&nbsp;&nbsp;localhost<br><br>not sure exactly where it is on windows - I think it is in
<br>Windows/System32/etc somewhere but you can find it with win explorer.<br><br></blockquote></div><br>Apologies - misunderstood the question.&nbsp; It's c:\windows\system32\drivers\etc\hosts<br><br>Then obviously put the name in the ServerAlias directive in the 
httpd.conf.&nbsp; You can add multiple entries on the same line separated by a space too, but there is a maximum (255 characters I think).<br><br>eg.<br><br><a href="http://192.168.100.44">192.168.100.44</a>&nbsp;&nbsp; website1 website2&nbsp; website3
<br><br>Dave.<br><br>