<?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"
	>
<channel>
	<title>Comments on: Virtual Directory in WAMP using Symbolic Link</title>
	<atom:link href="http://www.adobeug.com/2008/05/21/virtual-directory-in-wamp-using-symbolic-link/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adobeug.com/2008/05/21/virtual-directory-in-wamp-using-symbolic-link/</link>
	<description>Adobe User Group Site for Gujarat. Key cities are Surat and Ahmedabad for now</description>
	<pubDate>Fri, 21 Nov 2008 02:58:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Naresh</title>
		<link>http://www.adobeug.com/2008/05/21/virtual-directory-in-wamp-using-symbolic-link/#comment-39</link>
		<dc:creator>Naresh</dc:creator>
		<pubDate>Wed, 04 Jun 2008 04:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.adobeug.com/?p=19#comment-39</guid>
		<description>In the 'alias' directory under wamp, create a file with the aliasname.conf. In that file write following code ::

Alias /aliasname "absolute path of your project/"


         Options Indexes FollowSymLinks MultiViews
         AllowOverride all
               Order Deny,Allow
         Allow from all
         Allow from 127.0.0.1


OR instead of doing all these things, just create copy of phpmyadmin.conf file in alias directory, rename the file to desired alias, edit the renamed file and reset the alias name and directory path.

Restart the WAMP-Apache and it's done.

Regards,

Naresh</description>
		<content:encoded><![CDATA[<p>In the &#8216;alias&#8217; directory under wamp, create a file with the aliasname.conf. In that file write following code ::</p>
<p>Alias /aliasname &#8220;absolute path of your project/&#8221;</p>
<p>         Options Indexes FollowSymLinks MultiViews<br />
         AllowOverride all<br />
               Order Deny,Allow<br />
         Allow from all<br />
         Allow from 127.0.0.1</p>
<p>OR instead of doing all these things, just create copy of phpmyadmin.conf file in alias directory, rename the file to desired alias, edit the renamed file and reset the alias name and directory path.</p>
<p>Restart the WAMP-Apache and it&#8217;s done.</p>
<p>Regards,</p>
<p>Naresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: method</title>
		<link>http://www.adobeug.com/2008/05/21/virtual-directory-in-wamp-using-symbolic-link/#comment-38</link>
		<dc:creator>method</dc:creator>
		<pubDate>Tue, 03 Jun 2008 00:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.adobeug.com/?p=19#comment-38</guid>
		<description>Hi all could any one tell me how to make Alias pointing to external hardrive folder in wamp5 1.4.4. I don't want to upgrade wamp since i am in middle of a project that can't stop it.Hope you  guys help me.Thanks</description>
		<content:encoded><![CDATA[<p>Hi all could any one tell me how to make Alias pointing to external hardrive folder in wamp5 1.4.4. I don&#8217;t want to upgrade wamp since i am in middle of a project that can&#8217;t stop it.Hope you  guys help me.Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh Khokhaneshiya</title>
		<link>http://www.adobeug.com/2008/05/21/virtual-directory-in-wamp-using-symbolic-link/#comment-22</link>
		<dc:creator>Naresh Khokhaneshiya</dc:creator>
		<pubDate>Thu, 22 May 2008 06:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.adobeug.com/?p=19#comment-22</guid>
		<description>mklink command is not found in Windows XP but it is there in Windows Vista. We need to use alias instead of softlink in Windows XP.</description>
		<content:encoded><![CDATA[<p>mklink command is not found in Windows XP but it is there in Windows Vista. We need to use alias instead of softlink in Windows XP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh Khokhaneshiya</title>
		<link>http://www.adobeug.com/2008/05/21/virtual-directory-in-wamp-using-symbolic-link/#comment-21</link>
		<dc:creator>Naresh Khokhaneshiya</dc:creator>
		<pubDate>Wed, 21 May 2008 13:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.adobeug.com/?p=19#comment-21</guid>
		<description>We can create virtual directory using another way ::

Right click on the taskbar icon of wamp.
Go to Alias Directories menu.
Click on add alias option.
Enter the name of the virtual directory.
Enter the directory path of actual directory.</description>
		<content:encoded><![CDATA[<p>We can create virtual directory using another way ::</p>
<p>Right click on the taskbar icon of wamp.<br />
Go to Alias Directories menu.<br />
Click on add alias option.<br />
Enter the name of the virtual directory.<br />
Enter the directory path of actual directory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
