<?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: How to setup local subdomains using Wampserver</title>
	<atom:link href="http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 13 Nov 2016 11:38:11 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>By: Shankar</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-250298</link>
		<dc:creator><![CDATA[Shankar]]></dc:creator>
		<pubDate>Tue, 03 May 2016 05:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-250298</guid>
		<description><![CDATA[Thanks for the post. This worked at the first attempt. Thank you]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post. This worked at the first attempt. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-249267</link>
		<dc:creator><![CDATA[Bill]]></dc:creator>
		<pubDate>Thu, 24 Mar 2016 18:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-249267</guid>
		<description><![CDATA[Hi,

You tutorial is great but I&#039;m getting a 403 Forbidden when I try to access either localhost.com or any of the subdomains.

Here is what&#039;s in my vhost conf:

 NameVirtualHost *:80


    ServerName localhost.com
    ServerAlias www.localhost.com
    DocumentRoot &quot;C:\wamp\www&quot;
    ErrorLog &quot;logs\errors.log&quot;
    
        Options Indexes FollowSymLinks
        AllowOverride all
        Order Deny,Allow
        Deny from all
        Allow from all
    




    ServerName localhost.com
    ServerAlias *.localhost.com
    VirtualDocumentRoot &quot;C:\wamp\www\subdomains\%1&quot;
    ErrorLog &quot;logs\errors.log&quot;
    
        Options Indexes FollowSymLinks
        AllowOverride all
        Order Deny,Allow
        Deny from all
        Allow from all
    


Any ideas on what is misconfigured?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You tutorial is great but I&#8217;m getting a 403 Forbidden when I try to access either localhost.com or any of the subdomains.</p>
<p>Here is what&#8217;s in my vhost conf:</p>
<p> NameVirtualHost *:80</p>
<p>    ServerName localhost.com<br />
    ServerAlias <a href="http://www.localhost.com" rel="nofollow">http://www.localhost.com</a><br />
    DocumentRoot &#8220;C:\wamp\www&#8221;<br />
    ErrorLog &#8220;logs\errors.log&#8221;</p>
<p>        Options Indexes FollowSymLinks<br />
        AllowOverride all<br />
        Order Deny,Allow<br />
        Deny from all<br />
        Allow from all</p>
<p>    ServerName localhost.com<br />
    ServerAlias *.localhost.com<br />
    VirtualDocumentRoot &#8220;C:\wamp\www\subdomains\%1&#8243;<br />
    ErrorLog &#8220;logs\errors.log&#8221;</p>
<p>        Options Indexes FollowSymLinks<br />
        AllowOverride all<br />
        Order Deny,Allow<br />
        Deny from all<br />
        Allow from all</p>
<p>Any ideas on what is misconfigured?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-249125</link>
		<dc:creator><![CDATA[Martijn]]></dc:creator>
		<pubDate>Thu, 17 Mar 2016 19:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-249125</guid>
		<description><![CDATA[If you want to keep `localhost` besides the new (sub)-domains, add the following to your `httpd-vhosts.conf` file:


    ServerName localhost
    DocumentRoot &quot;c:\wamp\www&quot;
]]></description>
		<content:encoded><![CDATA[<p>If you want to keep `localhost` besides the new (sub)-domains, add the following to your `httpd-vhosts.conf` file:</p>
<p>    ServerName localhost<br />
    DocumentRoot &#8220;c:\wamp\www&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-247319</link>
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Tue, 08 Dec 2015 12:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-247319</guid>
		<description><![CDATA[Great that&#039;s what it was for me! :)]]></description>
		<content:encoded><![CDATA[<p>Great that&#8217;s what it was for me! <img src="http://www.axertion.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Robert</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-246162</link>
		<dc:creator><![CDATA[Jonathan Robert]]></dc:creator>
		<pubDate>Fri, 13 Nov 2015 13:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-246162</guid>
		<description><![CDATA[after following the steps above, this is what is happening 

Forbidden

You don&#039;t have permission to access / on this server.

Apache/2.4.9 (Win64) PHP/5.5.12 Server at www.localhost.com Port 80]]></description>
		<content:encoded><![CDATA[<p>after following the steps above, this is what is happening </p>
<p>Forbidden</p>
<p>You don&#8217;t have permission to access / on this server.</p>
<p>Apache/2.4.9 (Win64) PHP/5.5.12 Server at <a href="http://www.localhost.com" rel="nofollow">http://www.localhost.com</a> Port 80</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-243063</link>
		<dc:creator><![CDATA[Gregg]]></dc:creator>
		<pubDate>Thu, 22 Oct 2015 01:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-243063</guid>
		<description><![CDATA[Does this work with developing word press multi-site network locally?  For some reason, I can&#039;t get wordpress to allow me to use subdomains, only sub-directories.]]></description>
		<content:encoded><![CDATA[<p>Does this work with developing word press multi-site network locally?  For some reason, I can&#8217;t get wordpress to allow me to use subdomains, only sub-directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishan</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-240118</link>
		<dc:creator><![CDATA[Kishan]]></dc:creator>
		<pubDate>Fri, 02 Oct 2015 12:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-240118</guid>
		<description><![CDATA[If Your localhost PORT  set  81
***** For  localhost:81  *****

NameVirtualHost *:81

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any  block.
#

    #ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot &quot;C:/wamp/www&quot;
    ServerName localhost
    ServerAlias localhost
    #ErrorLog &quot;logs/dummy-host.example.com-error.log&quot;
   #CustomLog &quot;logs/dummy-host.example.com-access.log&quot; common



    DocumentRoot &quot;C:/wamp/www/subdomain&quot;
    ServerName subdomain.localhost.com
    ServerAlias subdomain.localhost.com
    ErrorLog &quot;logs/mydomain_error.log&quot;
]]></description>
		<content:encoded><![CDATA[<p>If Your localhost PORT  set  81<br />
***** For  localhost:81  *****</p>
<p>NameVirtualHost *:81</p>
<p>#<br />
# VirtualHost example:<br />
# Almost any Apache directive may go into a VirtualHost container.<br />
# The first VirtualHost section is used for all requests that do not<br />
# match a ServerName or ServerAlias in any  block.<br />
#</p>
<p>    #ServerAdmin <a href="mailto:webmaster@dummy-host.example.com">webmaster@dummy-host.example.com</a><br />
    DocumentRoot &#8220;C:/wamp/www&#8221;<br />
    ServerName localhost<br />
    ServerAlias localhost<br />
    #ErrorLog &#8220;logs/dummy-host.example.com-error.log&#8221;<br />
   #CustomLog &#8220;logs/dummy-host.example.com-access.log&#8221; common</p>
<p>    DocumentRoot &#8220;C:/wamp/www/subdomain&#8221;<br />
    ServerName subdomain.localhost.com<br />
    ServerAlias subdomain.localhost.com<br />
    ErrorLog &#8220;logs/mydomain_error.log&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mubashar Ahmad</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-217510</link>
		<dc:creator><![CDATA[Mubashar Ahmad]]></dc:creator>
		<pubDate>Sat, 13 Jun 2015 18:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-217510</guid>
		<description><![CDATA[I have changed following in httpd-vhosts.conf file but not working:

NameVirtualHost *:80


    ServerAdmin localhost@localhost.com
    DocumentRoot &quot;D:/wamp/www/&quot;
    ServerName localhost
    ServerAlias localhost
    ErrorLog &quot;logs/localhost-error.log&quot;
    CustomLog &quot;logs/localhost-access.log&quot; common



	ServerAdmin webmaster@localhost.com
	DocumentRoot &quot;D:/wamp/www&quot;
    ServerName localhost.com
    ServerAlias www.localhost.com
    ErrorLog &quot;logs/com-errors.log&quot;
	CustomLog &quot;logs/com-access.log&quot; common



	ServerAdmin webmaster@localhost.com
	VirtualDocumentRoot &quot;D:\wamp\www\subdomain\%1&quot;
    ServerName localhost.com
    ServerAlias *.localhost.com
    ErrorLog &quot;logs\sub-errors.log&quot;
]]></description>
		<content:encoded><![CDATA[<p>I have changed following in httpd-vhosts.conf file but not working:</p>
<p>NameVirtualHost *:80</p>
<p>    ServerAdmin <a href="mailto:localhost@localhost.com">localhost@localhost.com</a><br />
    DocumentRoot &#8220;D:/wamp/www/&#8221;<br />
    ServerName localhost<br />
    ServerAlias localhost<br />
    ErrorLog &#8220;logs/localhost-error.log&#8221;<br />
    CustomLog &#8220;logs/localhost-access.log&#8221; common</p>
<p>	ServerAdmin <a href="mailto:webmaster@localhost.com">webmaster@localhost.com</a><br />
	DocumentRoot &#8220;D:/wamp/www&#8221;<br />
    ServerName localhost.com<br />
    ServerAlias <a href="http://www.localhost.com" rel="nofollow">http://www.localhost.com</a><br />
    ErrorLog &#8220;logs/com-errors.log&#8221;<br />
	CustomLog &#8220;logs/com-access.log&#8221; common</p>
<p>	ServerAdmin <a href="mailto:webmaster@localhost.com">webmaster@localhost.com</a><br />
	VirtualDocumentRoot &#8220;D:\wamp\www\subdomain\%1&#8243;<br />
    ServerName localhost.com<br />
    ServerAlias *.localhost.com<br />
    ErrorLog &#8220;logs\sub-errors.log&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snehanshu Phukon</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-198389</link>
		<dc:creator><![CDATA[Snehanshu Phukon]]></dc:creator>
		<pubDate>Sun, 05 Apr 2015 06:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-198389</guid>
		<description><![CDATA[I want to know that how will I be able to do the above steps in a Webhost like Hostgator. If the above steps are not possible in Webhost, then what should I do. Actually I want to make a website that builds free website like Blogspot. I will need provide subdomains to the users like example.blogspot.com. Please help.]]></description>
		<content:encoded><![CDATA[<p>I want to know that how will I be able to do the above steps in a Webhost like Hostgator. If the above steps are not possible in Webhost, then what should I do. Actually I want to make a website that builds free website like Blogspot. I will need provide subdomains to the users like example.blogspot.com. Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vani</title>
		<link>http://www.axertion.com/tutorials/2012/03/how-to-setup-local-subdomains-using-wampserver/#comment-155711</link>
		<dc:creator><![CDATA[vani]]></dc:creator>
		<pubDate>Fri, 21 Nov 2014 12:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.axertion.com/?p=370#comment-155711</guid>
		<description><![CDATA[Hi , i have did everything same like you,but when i try to access the folder  inside the subdomains,getting  server not found page. kindly tell me where the problem is]]></description>
		<content:encoded><![CDATA[<p>Hi , i have did everything same like you,but when i try to access the folder  inside the subdomains,getting  server not found page. kindly tell me where the problem is</p>
]]></content:encoded>
	</item>
</channel>
</rss>
