<?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: Set up multiple virtual hosts on XAMPP for windows</title>
	<atom:link href="http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=set-up-multiple-virtual-hosts-on-xampp-for-windows</link>
	<description>IT stuff and more</description>
	<lastBuildDate>Thu, 19 Apr 2012 01:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Renátó S.</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4675</link>
		<dc:creator>Renátó S.</dc:creator>
		<pubDate>Fri, 23 Sep 2011 15:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4675</guid>
		<description>Great writing, thanks!

But I have a problem. Can anybody tell me how to set up dinamic subdomains? I mean: If I want to use sub-a.host.com and sub-b.host.com, and once I want to use sub-c.host.com one in a time, and i dont&#039;t want to modify the hosts file everytime, is there any way to set something?


I tried with the following:
hosts:
127.0.0.1      localhost
127.0.0.1      host.com
127.0.0.1      *.host.com

http-vhosts.conf:

    ServerAdmin me@mail.com
    DocumentRoot D:/VAIO/xampp/htdocs/probe
    ServerName host.com

    
        Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
    



    ServerAdmin me@mail.com
    DocumentRoot D:/VAIO/xampp/htdocs/probe
    ServerName host.com
    ServerAlias *.host.com
    
    
        Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
    


I using Win7 and XAMPP.

If in the hosts file i wrote a new line like:
127.0.0.1      sub-a.host.com
It works.

But how can I make it automatically?

ps: I&#039;m sorry for my english, i&#039;m just learning it.</description>
		<content:encoded><![CDATA[<p>Great writing, thanks!</p>
<p>But I have a problem. Can anybody tell me how to set up dinamic subdomains? I mean: If I want to use sub-a.host.com and sub-b.host.com, and once I want to use sub-c.host.com one in a time, and i dont&#8217;t want to modify the hosts file everytime, is there any way to set something?</p>
<p>I tried with the following:<br />
hosts:<br />
127.0.0.1      localhost<br />
127.0.0.1      host.com<br />
127.0.0.1      *.host.com</p>
<p>http-vhosts.conf:</p>
<p>    ServerAdmin <a href="mailto:me@mail.com">me@mail.com</a><br />
    DocumentRoot D:/VAIO/xampp/htdocs/probe<br />
    ServerName host.com</p>
<p>   <br />
        Options Indexes FollowSymLinks Includes ExecCGI<br />
        AllowOverride All<br />
        Order allow,deny<br />
        Allow from all<br />
    </p>
<p>    ServerAdmin <a href="mailto:me@mail.com">me@mail.com</a><br />
    DocumentRoot D:/VAIO/xampp/htdocs/probe<br />
    ServerName host.com<br />
    ServerAlias *.host.com<br />
   <br />
   <br />
        Options Indexes FollowSymLinks Includes ExecCGI<br />
        AllowOverride All<br />
        Order allow,deny<br />
        Allow from all<br />
    </p>
<p>I using Win7 and XAMPP.</p>
<p>If in the hosts file i wrote a new line like:<br />
127.0.0.1      sub-a.host.com<br />
It works.</p>
<p>But how can I make it automatically?</p>
<p>ps: I&#8217;m sorry for my english, i&#8217;m just learning it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjetil_runescape</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4668</link>
		<dc:creator>kjetil_runescape</dc:creator>
		<pubDate>Wed, 27 Jul 2011 11:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4668</guid>
		<description>Great:)

Btw it has probably been answered already but might as well repeat (cba reading every comment).

If you reach the xampp homepage even if you picked a different directory, chances are that you&#039;ve put the virtual host localhost first in the order. Simply swap your virtual directories so it precedes the localhost declaration. 
</description>
		<content:encoded><![CDATA[<p>Great:)</p>
<p>Btw it has probably been answered already but might as well repeat (cba reading every comment).</p>
<p>If you reach the xampp homepage even if you picked a different directory, chances are that you&#8217;ve put the virtual host localhost first in the order. Simply swap your virtual directories so it precedes the localhost declaration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtual hosts on XAMPP &#124; Kjetil Hårtveit&#039;s Wordpress Blog</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4667</link>
		<dc:creator>Virtual hosts on XAMPP &#124; Kjetil Hårtveit&#039;s Wordpress Blog</dc:creator>
		<pubDate>Tue, 26 Jul 2011 10:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4667</guid>
		<description>[...] like http://localhost/mywebsite, virtual hosts is the way to go. Figure out how to do it on ailoo.net. An other possitive side effect is that you in greater effect simulate a standalone site, for [...]</description>
		<content:encoded><![CDATA[<p>[...] like <a href="http://localhost/mywebsite" rel="nofollow">http://localhost/mywebsite</a>, virtual hosts is the way to go. Figure out how to do it on ailoo.net. An other possitive side effect is that you in greater effect simulate a standalone site, for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Dolding</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4663</link>
		<dc:creator>Simon Dolding</dc:creator>
		<pubDate>Sun, 19 Jun 2011 11:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4663</guid>
		<description>Ridiculously simple but incredibly useful!  Thanks.</description>
		<content:encoded><![CDATA[<p>Ridiculously simple but incredibly useful!  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Bezdelev</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4647</link>
		<dc:creator>Ilya Bezdelev</dc:creator>
		<pubDate>Fri, 08 Apr 2011 16:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4647</guid>
		<description>Thanks! I have been renaming my htdocs back and forth when I wanted to work on different projects.

P.s. facebook connect button doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>Thanks! I have been renaming my htdocs back and forth when I wanted to work on different projects.</p>
<p>P.s. facebook connect button doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KannanNadarajan</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4644</link>
		<dc:creator>KannanNadarajan</dc:creator>
		<pubDate>Sat, 05 Mar 2011 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4644</guid>
		<description>Excellent, Thanks</description>
		<content:encoded><![CDATA[<p>Excellent, Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeferson dos Santos</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4612</link>
		<dc:creator>Jeferson dos Santos</dc:creator>
		<pubDate>Sun, 17 Oct 2010 18:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4612</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4611</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Thu, 14 Oct 2010 07:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4611</guid>
		<description>The easiest way to debug virtual hosts is to create a file named index.php in the document root of the virtual host, which is calling the phpinfo function. E.g.:

&lt;?php phpinfo(); ?&gt;This will show you all php settings including the current document root. Basically the configuration has nothing to do with PHP as virtual hosts are purely managed by apache itself - the phpinfo just shows you some useful info.Regards,Mathias</description>
		<content:encoded><![CDATA[<p>The easiest way to debug virtual hosts is to create a file named index.php in the document root of the virtual host, which is calling the phpinfo function. E.g.:</p>
<p>&lt;?php phpinfo(); ?&gt;This will show you all php settings including the current document root. Basically the configuration has nothing to do with PHP as virtual hosts are purely managed by apache itself &#8211; the phpinfo just shows you some useful info.Regards,Mathias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulaLA</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4610</link>
		<dc:creator>PaulaLA</dc:creator>
		<pubDate>Thu, 14 Oct 2010 07:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4610</guid>
		<description>I hope this doesn&#039;t sound terribly dumb, but I&#039;m wondering, what does &quot;success&quot; looks like when the virtual hosting has been set up correctly?

I don&#039;t have a full-blown php site or index page to put into my c:/vhost folder, so I renamed an html file with a .php extension, and tried to set up a virtual host for that -- assuming that when I typed the path into the browser --  http://peacockhill/ -- it would open the page. But it&#039;s just taking me to the XAMPP for Windows &quot;welcome&quot; page. 

When I adjust some of the settings I get an &quot;Ooops! File not found&quot; message. So I&#039;m wondering if the configuration that brings me to the XAMPP page is correct, and the reason the index file is not displaying is it&#039;s not a &quot;real&quot; .php site. 

Any insight much appreciated!

PaulaLA </description>
		<content:encoded><![CDATA[<p>I hope this doesn&#8217;t sound terribly dumb, but I&#8217;m wondering, what does &#8220;success&#8221; looks like when the virtual hosting has been set up correctly?</p>
<p>I don&#8217;t have a full-blown php site or index page to put into my c:/vhost folder, so I renamed an html file with a .php extension, and tried to set up a virtual host for that &#8212; assuming that when I typed the path into the browser &#8212;  <a href="http://peacockhill/" rel="nofollow">http://peacockhill/</a> &#8212; it would open the page. But it&#8217;s just taking me to the XAMPP for Windows &#8220;welcome&#8221; page. </p>
<p>When I adjust some of the settings I get an &#8220;Ooops! File not found&#8221; message. So I&#8217;m wondering if the configuration that brings me to the XAMPP page is correct, and the reason the index file is not displaying is it&#8217;s not a &#8220;real&#8221; .php site. </p>
<p>Any insight much appreciated!</p>
<p>PaulaLA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davanti</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4609</link>
		<dc:creator>Davanti</dc:creator>
		<pubDate>Wed, 13 Oct 2010 17:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4609</guid>
		<description>none of the below solutions worked for me, but they helped! thanks!.
my server always defaults to /program files/xampp/htdocs
so when i remove the index files from that directory xampp still works, but for my sites i get a directory listing of .../htdocs which shows
.../htdocs/xampp and .../htdocs/mywebsite 
and can then browse to the desired subfolder.
so why is the server is not serving out of ....htdocs/mywebsite
the example VirtualHost in the httpd-vhosts.conf file shows DocumentRoot as .&quot;../htdocs/dummy-host2.localhost &quot; is that a server name or a directory??
Peace and good luck.
D</description>
		<content:encoded><![CDATA[<p>none of the below solutions worked for me, but they helped! thanks!.<br />
my server always defaults to /program files/xampp/htdocs<br />
so when i remove the index files from that directory xampp still works, but for my sites i get a directory listing of &#8230;/htdocs which shows<br />
&#8230;/htdocs/xampp and &#8230;/htdocs/mywebsite<br />
and can then browse to the desired subfolder.<br />
so why is the server is not serving out of &#8230;.htdocs/mywebsite<br />
the example VirtualHost in the httpd-vhosts.conf file shows DocumentRoot as .&#8221;../htdocs/dummy-host2.localhost &#8221; is that a server name or a directory??<br />
Peace and good luck.<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelin Sirbu</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4605</link>
		<dc:creator>Angelin Sirbu</dc:creator>
		<pubDate>Fri, 08 Oct 2010 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4605</guid>
		<description>For those of you who didn&#039;t manage to setup multiple virtual hosts, i found the solution.

In your windows hosts file add:

# My XAMPP development hosts
127.0.0.1		example1.dev
127.0.0.1		www.example1.dev

127.0.0.1		example2.dev
127.0.0.1		www.example2.dev

In your httpd-vhosts.conf (notice that i&#039;ve put 127.0.0.1 instead of *):

NameVirtualHost 127.0.0.1:80


  DocumentRoot /xampp/htdocs/example1/
  ServerName www.example1.dev
  ServerAlias *.example1.dev



  DocumentRoot /xampp/htdocs/example2/
  ServerName www.example2.dev
  ServerAlias *.example2.dev


You can add as many virtual hosts as you like.</description>
		<content:encoded><![CDATA[<p>For those of you who didn&#8217;t manage to setup multiple virtual hosts, i found the solution.</p>
<p>In your windows hosts file add:</p>
<p># My XAMPP development hosts<br />
127.0.0.1		example1.dev<br />
127.0.0.1		<a href="http://www.example1.dev" rel="nofollow">http://www.example1.dev</a></p>
<p>127.0.0.1		example2.dev<br />
127.0.0.1		<a href="http://www.example2.dev" rel="nofollow">http://www.example2.dev</a></p>
<p>In your httpd-vhosts.conf (notice that i&#8217;ve put 127.0.0.1 instead of *):</p>
<p>NameVirtualHost 127.0.0.1:80</p>
<p>  DocumentRoot /xampp/htdocs/example1/<br />
  ServerName <a href="http://www.example1.dev" rel="nofollow">http://www.example1.dev</a><br />
  ServerAlias *.example1.dev</p>
<p>  DocumentRoot /xampp/htdocs/example2/<br />
  ServerName <a href="http://www.example2.dev" rel="nofollow">http://www.example2.dev</a><br />
  ServerAlias *.example2.dev</p>
<p>You can add as many virtual hosts as you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelin Sirbu</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4606</link>
		<dc:creator>Angelin Sirbu</dc:creator>
		<pubDate>Fri, 08 Oct 2010 08:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4606</guid>
		<description>For those of you who didn&#039;t manage to setup multiple virtual hosts, i found the solution.

In your windows hosts file add:

# My XAMPP development hosts
127.0.0.1		example1.dev
127.0.0.1		www.example1.dev

127.0.0.1		example2.dev
127.0.0.1		www.example2.dev

In your httpd-vhosts.conf (notice that i&#039;ve put 127.0.0.1 instead of *):

NameVirtualHost 127.0.0.1:80


  DocumentRoot /xampp/htdocs/example1/
  ServerName www.example1.dev
  ServerAlias *.example1.dev



  DocumentRoot /xampp/htdocs/example2/
  ServerName www.example2.dev
  ServerAlias *.example2.dev


You can add as many virtual hosts as you like.</description>
		<content:encoded><![CDATA[<p>For those of you who didn&#8217;t manage to setup multiple virtual hosts, i found the solution.</p>
<p>In your windows hosts file add:</p>
<p># My XAMPP development hosts<br />
127.0.0.1		example1.dev<br />
127.0.0.1		<a href="http://www.example1.dev" rel="nofollow">http://www.example1.dev</a></p>
<p>127.0.0.1		example2.dev<br />
127.0.0.1		<a href="http://www.example2.dev" rel="nofollow">http://www.example2.dev</a></p>
<p>In your httpd-vhosts.conf (notice that i&#8217;ve put 127.0.0.1 instead of *):</p>
<p>NameVirtualHost 127.0.0.1:80</p>
<p>  DocumentRoot /xampp/htdocs/example1/<br />
  ServerName <a href="http://www.example1.dev" rel="nofollow">http://www.example1.dev</a><br />
  ServerAlias *.example1.dev</p>
<p>  DocumentRoot /xampp/htdocs/example2/<br />
  ServerName <a href="http://www.example2.dev" rel="nofollow">http://www.example2.dev</a><br />
  ServerAlias *.example2.dev</p>
<p>You can add as many virtual hosts as you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4120</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Tue, 21 Sep 2010 08:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4120</guid>
		<description>THANK YOU!</description>
		<content:encoded><![CDATA[<p>THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4303</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Tue, 21 Sep 2010 08:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4303</guid>
		<description>THANK YOU!</description>
		<content:encoded><![CDATA[<p>THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Perkins</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4095</link>
		<dc:creator>Derek Perkins</dc:creator>
		<pubDate>Tue, 27 Jul 2010 21:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4095</guid>
		<description>I finally found a solution that is ridiculously easy. By default, this line is commented out:

NameVirtualHost *:80

Uncomment the line and everything will start working how you want it to.</description>
		<content:encoded><![CDATA[<p>I finally found a solution that is ridiculously easy. By default, this line is commented out:</p>
<p>NameVirtualHost *:80</p>
<p>Uncomment the line and everything will start working how you want it to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Perkins</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4302</link>
		<dc:creator>Derek Perkins</dc:creator>
		<pubDate>Tue, 27 Jul 2010 21:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4302</guid>
		<description>I finally found a solution that is ridiculously easy. By default, this line is commented out:

NameVirtualHost *:80

Uncomment the line and everything will start working how you want it to.</description>
		<content:encoded><![CDATA[<p>I finally found a solution that is ridiculously easy. By default, this line is commented out:</p>
<p>NameVirtualHost *:80</p>
<p>Uncomment the line and everything will start working how you want it to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Perkins</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4094</link>
		<dc:creator>Derek Perkins</dc:creator>
		<pubDate>Tue, 27 Jul 2010 20:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4094</guid>
		<description>I&#039;m having the same problem that Paul and Sun were having where both of my virtual hosts were being redirected to the first one. I moved the ServerName to be the first attribute and it didn&#039;t change anything. Does anyone have a solution?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem that Paul and Sun were having where both of my virtual hosts were being redirected to the first one. I moved the ServerName to be the first attribute and it didn&#8217;t change anything. Does anyone have a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Perkins</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4301</link>
		<dc:creator>Derek Perkins</dc:creator>
		<pubDate>Tue, 27 Jul 2010 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4301</guid>
		<description>I&#039;m having the same problem that Paul and Sun were having where both of my virtual hosts were being redirected to the first one. I moved the ServerName to be the first attribute and it didn&#039;t change anything. Does anyone have a solution?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same problem that Paul and Sun were having where both of my virtual hosts were being redirected to the first one. I moved the ServerName to be the first attribute and it didn&#8217;t change anything. Does anyone have a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4087</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 10 Jul 2010 15:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4087</guid>
		<description>Yes! Thank you so much. This solved my troubles with relative links!</description>
		<content:encoded><![CDATA[<p>Yes! Thank you so much. This solved my troubles with relative links!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4300</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Sat, 10 Jul 2010 15:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4300</guid>
		<description>Yes! Thank you so much. This solved my troubles with relative links!</description>
		<content:encoded><![CDATA[<p>Yes! Thank you so much. This solved my troubles with relative links!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4032</link>
		<dc:creator>Bernie</dc:creator>
		<pubDate>Fri, 07 May 2010 10:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4032</guid>
		<description>I was having the same problem as Nathan. Everything was set up correctly but my site http://test kept redirecting to http://test/xampp and giving an error.

Finally I remembered that right at the start I had copied across the index.php file from xampp into my test folder as &#039;a quick and easy way to test to see if it worked&#039; -- without checking out the contents of that index.php file. Doh!!!  Replaced file and all is well.

Posting this here just in case someone else does the same thing and can save them a few hours.</description>
		<content:encoded><![CDATA[<p>I was having the same problem as Nathan. Everything was set up correctly but my site <a href="http://test" rel="nofollow">http://test</a> kept redirecting to <a href="http://test/xampp" rel="nofollow">http://test/xampp</a> and giving an error.</p>
<p>Finally I remembered that right at the start I had copied across the index.php file from xampp into my test folder as &#8216;a quick and easy way to test to see if it worked&#8217; &#8212; without checking out the contents of that index.php file. Doh!!!  Replaced file and all is well.</p>
<p>Posting this here just in case someone else does the same thing and can save them a few hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4299</link>
		<dc:creator>Bernie</dc:creator>
		<pubDate>Fri, 07 May 2010 10:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4299</guid>
		<description>I was having the same problem as Nathan. Everything was set up correctly but my site http://test kept redirecting to http://test/xampp and giving an error.

Finally I remembered that right at the start I had copied across the index.php file from xampp into my test folder as &#039;a quick and easy way to test to see if it worked&#039; -- without checking out the contents of that index.php file. Doh!!!  Replaced file and all is well.

Posting this here just in case someone else does the same thing and can save them a few hours.</description>
		<content:encoded><![CDATA[<p>I was having the same problem as Nathan. Everything was set up correctly but my site <a href="http://test" rel="nofollow">http://test</a> kept redirecting to <a href="http://test/xampp" rel="nofollow">http://test/xampp</a> and giving an error.</p>
<p>Finally I remembered that right at the start I had copied across the index.php file from xampp into my test folder as &#8216;a quick and easy way to test to see if it worked&#8217; &#8212; without checking out the contents of that index.php file. Doh!!!  Replaced file and all is well.</p>
<p>Posting this here just in case someone else does the same thing and can save them a few hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4024</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 26 Apr 2010 17:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4024</guid>
		<description>Brilliant quick summary. Worked first time and does exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Brilliant quick summary. Worked first time and does exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4298</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 26 Apr 2010 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4298</guid>
		<description>Brilliant quick summary. Worked first time and does exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Brilliant quick summary. Worked first time and does exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-4021</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 21 Apr 2010 05:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-4021</guid>
		<description>Thanks for the quick reference.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reference.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

