<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Magic Book - Free PHP Scripts, Tutorials and Downloads &#187; configure</title>
	<atom:link href="http://www.phpmagicbook.com/tag/configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmagicbook.com</link>
	<description>PHP AtoZ Reloaded, free php tutorials, free php downloads, php scripts, PHP tips</description>
	<lastBuildDate>Tue, 15 Jun 2010 13:22:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Setup VHOSTS on Xamp</title>
		<link>http://www.phpmagicbook.com/how-to-setup-vhosts-on-xamp/</link>
		<comments>http://www.phpmagicbook.com/how-to-setup-vhosts-on-xamp/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:47:54 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Softwares]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[xamp]]></category>

		<guid isPermaLink="false">http://www.phpmagicbook.com/?p=294</guid>
		<description><![CDATA[Following are the steps you need to take to create a new vhost in the XAMP. Step 1 &#038; 2 is once only and is needed if you have a fresh installation of XAMP. 1- Enable/Uncomment The following line in your /xamp/apache/conf/httpd.ini file LoadModule vhost_alias_module modules/mod_vhost_alias.so 2- Open your /xampe/apache/conf/extra/httpd-vhosts file and uncomment following line [...]<p><a href="http://www.phpmagicbook.com/how-to-setup-vhosts-on-xamp/">How to Setup VHOSTS on Xamp</a> is a post from: <a href="http://www.phpmagicbook.com">PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Following are the steps you need to take to create a new vhost in the XAMP.<br />
Step 1 &#038; 2 is once only and is needed if you have a fresh installation of XAMP.</p>
<p><strong>1-</strong> Enable/Uncomment The following line in your /xamp/apache/conf/httpd.ini file<br />
LoadModule vhost_alias_module modules/mod_vhost_alias.so</p>
<p><strong>2-</strong> Open your /xampe/apache/conf/extra/httpd-vhosts file and uncomment following line<br />
NameVirtualHost *:80</p>
<p><strong>3-</strong> Now if you have to map a vhost for any of your new project. Add the following block of lines in the same httpd-vhosts file at the end. Remember to change these blocks to meet your DOMAIN name and DIRECTORY structure.</p>
<p><span id="more-294"></span></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;VirtualHost *:80&gt;
    DocumentRoot C:/User/Projects/website/code
    ServerName websitename.domainname.com
&lt;Directory &quot;C:/User/Projects/website/code&quot;&gt;
Allow from all
&lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre></div></div>

<p>The above block will map <strong>websitename.domainname.com</strong> to specified directory</p>
<p><strong>4-</strong> Restart Apache and you are ready to go.</p>
<p><a href="http://www.phpmagicbook.com/how-to-setup-vhosts-on-xamp/">How to Setup VHOSTS on Xamp</a> is a post from: <a href="http://www.phpmagicbook.com">PHP Magic Book - Free PHP Scripts, Tutorials and Downloads</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://www.phpmagicbook.com/upload-max-filesize-large-file-uploads/" title="Upload Max Filesize &#8211; Large File Uploads in PHP">Upload Max Filesize &#8211; Large File Uploads in PHP</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.phpmagicbook.com/how-to-setup-vhosts-on-xamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
