<?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://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/</link>
	<description>IT stuff and more</description>
	<lastBuildDate>Sat, 13 Mar 2010 12:19:15 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Salman</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3965</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3965</guid>
		<description>thanx alot....</description>
		<content:encoded><![CDATA[<p>thanx alot&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3955</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 09 Feb 2010 13:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3955</guid>
		<description>Hey, Cheers for this post. It is quite helpful. I had this all working before with xampp, I have http://localhost working with two virtual hosts http://myclub.dev and http://mycharity.dev. It seems to be broken now with the config below, all query urls (localhost, mycharity and myclub) go to ‘C:/xampp/htdocs/mycharity/dev/’ directory, which is the mycharity.dev vhost dir. If I rename all virtual hosts to *:80 advised in your post instead of the below, all are redirected to ‘C:/xampp/htdocs’ being localhost directory. *:80 used to work when I had this working.

NameVirtualHost *:80

ServerAdmin webmaster@localhost
DocumentRoot C:/xampp/htdocs
ServerName localhost

Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all

ServerAdmin webmaster@localhost
DocumentRoot C:/xampp/htdocs/mycharity/dev/
ServerName mycharity.dev

Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all

ServerAdmin webmaster@localhost
DocumentRoot C:/xampp/htdocs/myClub/dev/web_root/
ServerName myclub.dev

Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all

My hosts file is also valid at ‘C:\Windows\System32\Drivers\etc\hosts’.

127.0.0.1 localhost
127.0.0.1 mycharity.dev
127.0.0.1 myclub.dev

Any help is greatly appreciated.

/Paul</description>
		<content:encoded><![CDATA[<p>Hey, Cheers for this post. It is quite helpful. I had this all working before with xampp, I have <a href="http://localhost" rel="nofollow">http://localhost</a> working with two virtual hosts <a href="http://myclub.dev" rel="nofollow">http://myclub.dev</a> and <a href="http://mycharity.dev" rel="nofollow">http://mycharity.dev</a>. It seems to be broken now with the config below, all query urls (localhost, mycharity and myclub) go to ‘C:/xampp/htdocs/mycharity/dev/’ directory, which is the mycharity.dev vhost dir. If I rename all virtual hosts to *:80 advised in your post instead of the below, all are redirected to ‘C:/xampp/htdocs’ being localhost directory. *:80 used to work when I had this working.</p>
<p>NameVirtualHost *:80</p>
<p>ServerAdmin webmaster@localhost<br />
DocumentRoot C:/xampp/htdocs<br />
ServerName localhost</p>
<p>Options Indexes FollowSymLinks Includes ExecCGI<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
<p>ServerAdmin webmaster@localhost<br />
DocumentRoot C:/xampp/htdocs/mycharity/dev/<br />
ServerName mycharity.dev</p>
<p>Options Indexes FollowSymLinks Includes ExecCGI<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
<p>ServerAdmin webmaster@localhost<br />
DocumentRoot C:/xampp/htdocs/myClub/dev/web_root/<br />
ServerName myclub.dev</p>
<p>Options Indexes FollowSymLinks Includes ExecCGI<br />
AllowOverride All<br />
Order allow,deny<br />
Allow from all</p>
<p>My hosts file is also valid at ‘C:\Windows\System32\Drivers\etc\hosts’.</p>
<p>127.0.0.1 localhost<br />
127.0.0.1 mycharity.dev<br />
127.0.0.1 myclub.dev</p>
<p>Any help is greatly appreciated.</p>
<p>/Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalyla</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3359</link>
		<dc:creator>Dalyla</dc:creator>
		<pubDate>Tue, 25 Aug 2009 18:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3359</guid>
		<description>I made these steps and my apache runs, but when I call myhost it brings xampp main page


DocumentRoot C:/xampp/htdocs/
ServerName localhost
ServerAdmin admin@localhost



	ServerAdmin webmaster@localhost
	DocumentRoot C:/Development/Web/myhost
	ServerName myhost

	
		Options Indexes FollowSymLinks Includes ExecCGI
		AllowOverride All
		Order allow,deny
		Allow from all
	


Any idea?</description>
		<content:encoded><![CDATA[<p>I made these steps and my apache runs, but when I call myhost it brings xampp main page</p>
<p>DocumentRoot C:/xampp/htdocs/<br />
ServerName localhost<br />
ServerAdmin admin@localhost</p>
<p>	ServerAdmin webmaster@localhost<br />
	DocumentRoot C:/Development/Web/myhost<br />
	ServerName myhost</p>
<p>		Options Indexes FollowSymLinks Includes ExecCGI<br />
		AllowOverride All<br />
		Order allow,deny<br />
		Allow from all</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Set up multiple virtual hosts on XAMPP for Windows &#171; blog NSNC</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3358</link>
		<dc:creator>Set up multiple virtual hosts on XAMPP for Windows &#171; blog NSNC</dc:creator>
		<pubDate>Tue, 25 Aug 2009 17:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3358</guid>
		<description>[...] via: http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/ [...]</description>
		<content:encoded><![CDATA[<p>[...] via: <a href="http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/" rel="nofollow">http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3346</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Sun, 23 Aug 2009 21:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3346</guid>
		<description>Thanks for the feedback :)</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback <img src='http://maff.ailoo.net/wp-includes/images/smilies/happy.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roderik</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3345</link>
		<dc:creator>Roderik</dc:creator>
		<pubDate>Sun, 23 Aug 2009 21:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3345</guid>
		<description>Excellent, works like a charm now. Expected much more path problems but managed to set it up in minutes.</description>
		<content:encoded><![CDATA[<p>Excellent, works like a charm now. Expected much more path problems but managed to set it up in minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3269</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3269</guid>
		<description>Just wanted to say thanks - it worked exactly as I needed.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks &#8211; it worked exactly as I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shetu</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3183</link>
		<dc:creator>shetu</dc:creator>
		<pubDate>Sat, 01 Aug 2009 16:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3183</guid>
		<description>Thanks, Mate!</description>
		<content:encoded><![CDATA[<p>Thanks, Mate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3173</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 30 Jul 2009 12:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3173</guid>
		<description>Thanks for the tutorial Matthias! I&#039;ve been wondering how to do this with XAMPP as I&#039;ve got multiple web apps I&#039;ve been working on. It works brilliantly!</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial Matthias! I&#8217;ve been wondering how to do this with XAMPP as I&#8217;ve got multiple web apps I&#8217;ve been working on. It works brilliantly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svarog</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3148</link>
		<dc:creator>svarog</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3148</guid>
		<description>Very well written. Tnx!</description>
		<content:encoded><![CDATA[<p>Very well written. Tnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ja</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3147</link>
		<dc:creator>ja</dc:creator>
		<pubDate>Fri, 24 Jul 2009 03:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3147</guid>
		<description>Thanks a lot for this great great tutorial, it&#039;s working like a charm.. you made it seem so simple....</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this great great tutorial, it&#8217;s working like a charm.. you made it seem so simple&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basit</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3126</link>
		<dc:creator>Basit</dc:creator>
		<pubDate>Sat, 18 Jul 2009 02:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3126</guid>
		<description>when you go to url localhost and it shows directory, that is correct. it happens because you dont have index.php file in the main root directory.

about clicking on url and it changes to localhost. make sure url is &quot;/about.php&quot; only in the html and not with &quot;http://localhost/about.php&quot;. it should not change the path.</description>
		<content:encoded><![CDATA[<p>when you go to url localhost and it shows directory, that is correct. it happens because you dont have index.php file in the main root directory.</p>
<p>about clicking on url and it changes to localhost. make sure url is &#8220;/about.php&#8221; only in the html and not with &#8220;http://localhost/about.php&#8221;. it should not change the path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3124</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Fri, 17 Jul 2009 18:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3124</guid>
		<description>For some reason, being a &#039;new day&#039; and fresh install and mod has got it working.

Question:
I go to http://mysite and it works. When I click on a link, the URL changes to http://localhost/about.php.

Also if I go to the URL &quot;localhost&quot;, it also shows me the &quot;mysite&quot; directory... is this correct?

Its working, but it seems there is a little glitch..</description>
		<content:encoded><![CDATA[<p>For some reason, being a &#8216;new day&#8217; and fresh install and mod has got it working.</p>
<p>Question:<br />
I go to <a href="http://mysite" rel="nofollow">http://mysite</a> and it works. When I click on a link, the URL changes to <a href="http://localhost/about.php" rel="nofollow">http://localhost/about.php</a>.</p>
<p>Also if I go to the URL &#8220;localhost&#8221;, it also shows me the &#8220;mysite&#8221; directory&#8230; is this correct?</p>
<p>Its working, but it seems there is a little glitch..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basit</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3122</link>
		<dc:creator>Basit</dc:creator>
		<pubDate>Fri, 17 Jul 2009 11:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3122</guid>
		<description>check my previous post. empty the index.php/html file and it will stop redirecting.. open it and remove all the lines and thats it :)</description>
		<content:encoded><![CDATA[<p>check my previous post. empty the index.php/html file and it will stop redirecting.. open it and remove all the lines and thats it <img src='http://maff.ailoo.net/wp-includes/images/smilies/happy.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3120</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3120</guid>
		<description>Nathan, what was your solution? I have the same issue.. I&#039;ve even renamed the index.html and index.php files and it is still redirecting me to the xampp directory.

My code is exactly the same as Nathans... What did I do wrong?</description>
		<content:encoded><![CDATA[<p>Nathan, what was your solution? I have the same issue.. I&#8217;ve even renamed the index.html and index.php files and it is still redirecting me to the xampp directory.</p>
<p>My code is exactly the same as Nathans&#8230; What did I do wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3110</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Tue, 14 Jul 2009 21:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3110</guid>
		<description>The allmighty internet knows everything ;) If your question was serious just contact me and I&#039;ll try to explain it in a bit more depth ;)</description>
		<content:encoded><![CDATA[<p>The allmighty internet knows everything <img src='http://maff.ailoo.net/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' />  If your question was serious just contact me and I&#8217;ll try to explain it in a bit more depth <img src='http://maff.ailoo.net/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maikel</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-3076</link>
		<dc:creator>maikel</dc:creator>
		<pubDate>Tue, 30 Jun 2009 20:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-3076</guid>
		<description>how can internet know which host to take??</description>
		<content:encoded><![CDATA[<p>how can internet know which host to take??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2994</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Mon, 08 Jun 2009 16:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2994</guid>
		<description>Great post!  Thanks for putting this together.  It&#039;s not about the shorter URLs.  It&#039;s about redirects working correctly now.  Sweet!</description>
		<content:encoded><![CDATA[<p>Great post!  Thanks for putting this together.  It&#8217;s not about the shorter URLs.  It&#8217;s about redirects working correctly now.  Sweet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2901</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Fri, 08 May 2009 18:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2901</guid>
		<description>Hi Mathias, thanks for your comment. I found out my problem must be Drupal-specific. When I put a fresh Drupal install in the folder for that virtual host everything worked, so the problem I described must be with settings in the site&#039;s setup (it&#039;s a copy of a live site). The virtual server itself is working fine...</description>
		<content:encoded><![CDATA[<p>Hi Mathias, thanks for your comment. I found out my problem must be Drupal-specific. When I put a fresh Drupal install in the folder for that virtual host everything worked, so the problem I described must be with settings in the site&#8217;s setup (it&#8217;s a copy of a live site). The virtual server itself is working fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2897</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Fri, 08 May 2009 13:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2897</guid>
		<description>@Rhys as Adrjan wrote, you just need to set the right permissions in your MySQL databases. If you create a user which has only access to a specific database, he will not see any other DBs when loggin into phpMyAdmin. Example:

[source lang=&quot;sql&quot;]
CREATE DATABASE myproject;
GRANT ALL PRIVILEGES ON myproject.* to myuser@localhost IDENTIFIED BY &quot;secretpassword&quot;;
[/source]</description>
		<content:encoded><![CDATA[<p>@Rhys as Adrjan wrote, you just need to set the right permissions in your MySQL databases. If you create a user which has only access to a specific database, he will not see any other DBs when loggin into phpMyAdmin. Example:</p>
<pre class="code prettyprint sql">
CREATE DATABASE myproject;
GRANT ALL PRIVILEGES ON myproject.* to myuser@localhost IDENTIFIED BY &quot;secretpassword&quot;;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2896</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Fri, 08 May 2009 13:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2896</guid>
		<description>@Arjan strange, does the same thing happen when you just put there a PHP file which echoes something or calls phpinfo()? Are there any new entries in your logfiles (access.log, error.log) when you access the hosts? Do you have any services/programs running that might listen to port 80 (Skype is such a candidate)? PHP shouldn&#039;t be the problem as it is loaded as Apache module and should be available throughout all virtual hosts.</description>
		<content:encoded><![CDATA[<p>@Arjan strange, does the same thing happen when you just put there a PHP file which echoes something or calls phpinfo()? Are there any new entries in your logfiles (access.log, error.log) when you access the hosts? Do you have any services/programs running that might listen to port 80 (Skype is such a candidate)? PHP shouldn&#8217;t be the problem as it is loaded as Apache module and should be available throughout all virtual hosts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2887</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Mon, 04 May 2009 22:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2887</guid>
		<description>@Rhys: you can create different databases for each project. AFAIK the instance of phpMyAdmin is not related to a specific directory/project. Which databases you can see and manage when logged into phpMyAdmin depends on the privileges assigned to the user. So you could create a different user for each database.</description>
		<content:encoded><![CDATA[<p>@Rhys: you can create different databases for each project. AFAIK the instance of phpMyAdmin is not related to a specific directory/project. Which databases you can see and manage when logged into phpMyAdmin depends on the privileges assigned to the user. So you could create a different user for each database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhys</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2886</link>
		<dc:creator>Rhys</dc:creator>
		<pubDate>Mon, 04 May 2009 22:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2886</guid>
		<description>I have yet to utilize this system, but will be testing it out today. Seems like its just what I&#039;m after.

Just a quick one, in your opinion what is the best method for MySQL databases in this situation? Will this allow a unique phpMyAdmin for each different directory I create / is this possible?

This will work great for keeping my projects apart, but I&#039;m keen to keep databases seperate also.</description>
		<content:encoded><![CDATA[<p>I have yet to utilize this system, but will be testing it out today. Seems like its just what I&#8217;m after.</p>
<p>Just a quick one, in your opinion what is the best method for MySQL databases in this situation? Will this allow a unique phpMyAdmin for each different directory I create / is this possible?</p>
<p>This will work great for keeping my projects apart, but I&#8217;m keen to keep databases seperate also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2880</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Sat, 02 May 2009 22:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2880</guid>
		<description>I have a virtual host setup like in your tutorial, but now I run into the following:
I have setup XAMPP, and added a virtual host for a project. Xampp lives in D:\xampp, and my DocumentRoot for the virtual host is in D:\www\projectA.
When I put a static html in the folder, http://projectA.local works fine, but when I put want to use this with a CMS (Drupal, so uses PHP, MySQL connection) in there, I just get a blank page...

Any clue what the reason for that is? Something to do with PHP?</description>
		<content:encoded><![CDATA[<p>I have a virtual host setup like in your tutorial, but now I run into the following:<br />
I have setup XAMPP, and added a virtual host for a project. Xampp lives in D:\xampp, and my DocumentRoot for the virtual host is in D:\www\projectA.<br />
When I put a static html in the folder, <a href="http://projectA.local" rel="nofollow">http://projectA.local</a> works fine, but when I put want to use this with a CMS (Drupal, so uses PHP, MySQL connection) in there, I just get a blank page&#8230;</p>
<p>Any clue what the reason for that is? Something to do with PHP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: magoo</title>
		<link>http://maff.ailoo.net/2008/07/set-up-multiple-virtual-hosts-on-xampp-for-windows/#comment-2847</link>
		<dc:creator>magoo</dc:creator>
		<pubDate>Tue, 21 Apr 2009 07:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://maff.ailoo.net/?p=101#comment-2847</guid>
		<description>@dewasalju

What you want to do is to setup several VHOSTS. For Example your main Joomla app has the VHOST joomla1.dewasalju.dyndns.org.

Now just create another VHOST for joomla2. Incoming requests for that hostname will then be served with that respective DocumentRoot.</description>
		<content:encoded><![CDATA[<p>@dewasalju</p>
<p>What you want to do is to setup several VHOSTS. For Example your main Joomla app has the VHOST joomla1.dewasalju.dyndns.org.</p>
<p>Now just create another VHOST for joomla2. Incoming requests for that hostname will then be served with that respective DocumentRoot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
