<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Edit your hosts file to test your website before it goes live</title>
	<atom:link href="http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/</link>
	<description>Home of Ryan Taylor</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:16:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dirty PC User</title>
		<link>http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/#comment-1464</link>
		<dc:creator>Dirty PC User</dc:creator>
		<pubDate>Thu, 29 Jul 2010 18:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.havocinspired.co.uk/?p=958#comment-1464</guid>
		<description>Thanks guys, It was actually useful. Have to use windows at work. Otherwise its linux!!</description>
		<content:encoded><![CDATA[<p>Thanks guys, It was actually useful. Have to use windows at work. Otherwise its linux!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Taylor</title>
		<link>http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/#comment-955</link>
		<dc:creator>Ryan Taylor</dc:creator>
		<pubDate>Mon, 18 Jan 2010 09:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.havocinspired.co.uk/?p=958#comment-955</guid>
		<description>Thanks for the details guys. I&#039;m sure some dirty PC user will find it useful! :-P</description>
		<content:encoded><![CDATA[<p>Thanks for the details guys. I&#8217;m sure some dirty PC user will find it useful! :-P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Moran</title>
		<link>http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/#comment-947</link>
		<dc:creator>Jim Moran</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.havocinspired.co.uk/?p=958#comment-947</guid>
		<description>If you&#039;re a PC user, then it&#039;s a similar procedure.

The hosts file is usually located at:
C:\WINDOWS\system32\drivers\etc

Simply open that in notepad and add the same entries as described by Ryan. You may need to restart your browser (not the computer) after you&#039;ve made the changes.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re a PC user, then it&#8217;s a similar procedure.</p>
<p>The hosts file is usually located at:<br />
C:\WINDOWS\system32\drivers\etc</p>
<p>Simply open that in notepad and add the same entries as described by Ryan. You may need to restart your browser (not the computer) after you&#8217;ve made the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Hare</title>
		<link>http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/#comment-946</link>
		<dc:creator>Shaun Hare</dc:creator>
		<pubDate>Sat, 16 Jan 2010 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.havocinspired.co.uk/?p=958#comment-946</guid>
		<description>Yes a trick I use a lot too Ryan, although I am a MAC man too for windows users the file is located in 

C:\windows\system32\drivers\etc and the same applies, on my windows machine I just drop a shortcut on the desktop to edit the file in notepad.exe 

e.g. start notepad.exe C:\windows\system32\drivers\etc\hosts


Another tip to remember is make sure after a change you quit any open browsers before you try and test as otherwise sometimes the desired location is not picked up</description>
		<content:encoded><![CDATA[<p>Yes a trick I use a lot too Ryan, although I am a MAC man too for windows users the file is located in </p>
<p>C:\windows\system32\drivers\etc and the same applies, on my windows machine I just drop a shortcut on the desktop to edit the file in notepad.exe </p>
<p>e.g. start notepad.exe C:\windows\system32\drivers\etc\hosts</p>
<p>Another tip to remember is make sure after a change you quit any open browsers before you try and test as otherwise sometimes the desired location is not picked up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Stickley</title>
		<link>http://www.havocinspired.co.uk/tutorial/edit-your-hosts-file-to-test-your-website-before-it-goes-live/#comment-945</link>
		<dc:creator>Mark Stickley</dc:creator>
		<pubDate>Sat, 16 Jan 2010 22:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.havocinspired.co.uk/?p=958#comment-945</guid>
		<description>Great post, thanks!

The host file on Windows machines is located at c:\[windows directory]\drivers\system32\etc\hosts

I&#039;m a Mac man as well but if you&#039;re like me and try to avoid Vi or Vim at all costs you might well be a TextMate user. If you are instead of typing:

sudo vim /etc/hosts

you can just type:

mate /etc/hosts

That&#039;ll open a new TextMate window and prompt you for your system password in a nice friendly OS X dialogue box :)</description>
		<content:encoded><![CDATA[<p>Great post, thanks!</p>
<p>The host file on Windows machines is located at c:\[windows directory]\drivers\system32\etc\hosts</p>
<p>I&#8217;m a Mac man as well but if you&#8217;re like me and try to avoid Vi or Vim at all costs you might well be a TextMate user. If you are instead of typing:</p>
<p>sudo vim /etc/hosts</p>
<p>you can just type:</p>
<p>mate /etc/hosts</p>
<p>That&#8217;ll open a new TextMate window and prompt you for your system password in a nice friendly OS X dialogue box :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
