<?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: Setting Up Virtual Hosts on a&#160;WampServer</title>
	<atom:link href="http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 21:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: jay bharat</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-754</link>
		<dc:creator>jay bharat</dc:creator>
		<pubDate>Wed, 07 Oct 2009 12:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-754</guid>
		<description>How to make virtual host in wamp apache

Close your eyes for 2 minute then relex.
Step1: Open
C:\WINDOWS\system32\drivers\etc\hosts file in pspad
then it looks like
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost

now add this line

127.0.0.1       admin.com

now it look like this structure

#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
127.0.0.1       admin.com

and save it

Step2: open
F:\wamp\bin\apache\apache2.2.6\conf\httpd.conf
now go to the end of page and add your project like me(in my condition), I have added these lines
#Include â€œF:/wamp/www/admin/â€
&lt;VirtualHost 127.0.0.1&gt;
ServerAdmin your@email.com
DocumentRoot F:/wamp/www/admin/
&lt;/VirtualHost&gt;

so, it look like this:
&lt;IfModule ssl_module&gt;
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
&lt;/IfModule&gt;

Include â€œF:/wamp/alias/*â€
#Include â€œF:/wamp/www/admin/â€

&lt;VirtualHost 127.0.0.1&gt;
ServerAdmin your@email.com
DocumentRoot F:/wamp/www/admin/
&lt;/VirtualHost&gt;

congrates then restart your wamp server
and write in IE or any browser
http://admin.com
Work done</description>
		<content:encoded><![CDATA[<p>How to make virtual host in wamp apache</p>
<p>Close your eyes for 2 minute then relex.<br />
Step1: Open<br />
C:\WINDOWS\system32\drivers\etc\hosts file in pspad<br />
then it looks like<br />
#      102.54.94.97     rhino.acme.com          # source server<br />
#       38.25.63.10     x.acme.com              # x client host</p>
<p>127.0.0.1       localhost</p>
<p>now add this line</p>
<p>127.0.0.1       admin.com</p>
<p>now it look like this structure</p>
<p>#      102.54.94.97     rhino.acme.com          # source server<br />
#       38.25.63.10     x.acme.com              # x client host</p>
<p>127.0.0.1       localhost<br />
127.0.0.1       admin.com</p>
<p>and save it</p>
<p>Step2: open<br />
F:\wamp\bin\apache\apache2.2.6\conf\httpd.conf<br />
now go to the end of page and add your project like me(in my condition), I have added these lines<br />
#Include â€œF:/wamp/www/admin/â€<br />
<virtualhost 127.0.0.1><br />
ServerAdmin <a href="mailto:your@email.com">your@email.com</a><br />
DocumentRoot F:/wamp/www/admin/<br />
</virtualhost></p>
<p>so, it look like this:<br />
<ifmodule ssl_module><br />
SSLRandomSeed startup builtin<br />
SSLRandomSeed connect builtin<br />
</ifmodule></p>
<p>Include â€œF:/wamp/alias/*â€<br />
#Include â€œF:/wamp/www/admin/â€</p>
<p><virtualhost 127.0.0.1><br />
ServerAdmin <a href="mailto:your@email.com">your@email.com</a><br />
DocumentRoot F:/wamp/www/admin/<br />
</virtualhost></p>
<p>congrates then restart your wamp server<br />
and write in IE or any browser<br />
<a href="http://admin.com" rel="nofollow">http://admin.com</a><br />
Work done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-753</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Sun, 27 Sep 2009 14:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-753</guid>
		<description>I have ports forwarded, 80 and 443, server is online but i can not get to it with my ip. anyone have an idea?</description>
		<content:encoded><![CDATA[<p>I have ports forwarded, 80 and 443, server is online but i can not get to it with my ip. anyone have an idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-752</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 09 Aug 2009 08:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-752</guid>
		<description>Thanks bro!.. realy usefull and worked smoothly!..

- mike, malaysia</description>
		<content:encoded><![CDATA[<p>Thanks bro!.. realy usefull and worked smoothly!..</p>
<p>- mike, malaysia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abeon</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-751</link>
		<dc:creator>Abeon</dc:creator>
		<pubDate>Sun, 28 Jun 2009 20:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-751</guid>
		<description>^ I got errors until I added that into httpd.conf too. Thanks for posting that. I looked everywhere!</description>
		<content:encoded><![CDATA[<p>^ I got errors until I added that into httpd.conf too. Thanks for posting that. I looked everywhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mei</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-750</link>
		<dc:creator>Mei</dc:creator>
		<pubDate>Thu, 18 Jun 2009 14:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-750</guid>
		<description>Great article, although I had to add this to the httpd.conf as I was getting a 403 error:

&lt;Directory &quot;c:/path/to/wamp/www/&quot;&gt;
    Options Indexes FollowSymLinks
    AllowOverride all
#   onlineoffline tag - don&#039;t remove
    Order Allow,Deny
    Allow from all
&lt;/Directory&gt;</description>
		<content:encoded><![CDATA[<p>Great article, although I had to add this to the httpd.conf as I was getting a 403 error:</p>
<p><directory "c:/path/to/wamp/www/"><br />
    Options Indexes FollowSymLinks<br />
    AllowOverride all<br />
#   onlineoffline tag &#8211; don&#8217;t remove<br />
    Order Allow,Deny<br />
    Allow from all<br />
</directory></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-749</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 11 Mar 2009 08:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-749</guid>
		<description>Better than http://sysadminblog.net/?p=133. Difference between &#039;inspired&#039; and &#039;copied&#039;</description>
		<content:encoded><![CDATA[<p>Better than <a href="http://sysadminblog.net/?p=133" rel="nofollow">http://sysadminblog.net/?p=133</a>. Difference between &#8216;inspired&#8217; and &#8216;copied&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fathi</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-748</link>
		<dc:creator>Fathi</dc:creator>
		<pubDate>Wed, 04 Mar 2009 03:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-748</guid>
		<description>true true true ,now let is move to next step how to access to your virtual domain not locally only</description>
		<content:encoded><![CDATA[<p>true true true ,now let is move to next step how to access to your virtual domain not locally only</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory LaViska</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-747</link>
		<dc:creator>Cory LaViska</dc:creator>
		<pubDate>Tue, 17 Feb 2009 02:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-747</guid>
		<description>@Shiki: no worries :) It is a pretty similar article and I wouldn&#039;t doubt it if the author was, at least, inspired by my post.  Oh well :-\</description>
		<content:encoded><![CDATA[<p>@Shiki: no worries :) It is a pretty similar article and I wouldn&#8217;t doubt it if the author was, at least, inspired by my post.  Oh well :-\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiki</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-746</link>
		<dc:creator>Shiki</dc:creator>
		<pubDate>Mon, 16 Feb 2009 23:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-746</guid>
		<description>Now I see that I have wrong sentence construction there. This should be right:

I must say, this guy looks like he&#039;s copying from your post. There are sentences that look exactly the same as yours:

http://jagztalk.com/multiple-virtual-hosts-on-wampserver.html</description>
		<content:encoded><![CDATA[<p>Now I see that I have wrong sentence construction there. This should be right:</p>
<p>I must say, this guy looks like he&#8217;s copying from your post. There are sentences that look exactly the same as yours:</p>
<p><a href="http://jagztalk.com/multiple-virtual-hosts-on-wampserver.html" rel="nofollow">http://jagztalk.com/multiple-virtual-hosts-on-wampserver.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiki</title>
		<link>http://www.abeautifulsite.net/blog/2008/08/setting-up-virtual-hosts-on-a-wampserver/#comment-743</link>
		<dc:creator>Shiki</dc:creator>
		<pubDate>Mon, 16 Feb 2009 23:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=79#comment-743</guid>
		<description>Sorry. I actually meant that that website is copying yours :)</description>
		<content:encoded><![CDATA[<p>Sorry. I actually meant that that website is copying yours :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

