<?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 Create sub domains on localhost in apache on Ubuntu	</title>
	<atom:link href="https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 24 Jul 2020 08:08:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Jules Colle		</title>
		<link>https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/comment-page-1/#comment-232620</link>

		<dc:creator><![CDATA[Jules Colle]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 07:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5241#comment-232620</guid>

					<description><![CDATA[I got this error on restarting apache service: `Syntax error: Either all Options must start with + or -, or no Option may.`

Fixed it by modifying this line:

Options +Indexes +FollowSymLinks +MultiViews +Includes]]></description>
			<content:encoded><![CDATA[<p>I got this error on restarting apache service: `Syntax error: Either all Options must start with + or -, or no Option may.`</p>
<p>Fixed it by modifying this line:</p>
<p>Options +Indexes +FollowSymLinks +MultiViews +Includes</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Dee		</title>
		<link>https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/comment-page-1/#comment-172409</link>

		<dc:creator><![CDATA[John Dee]]></dc:creator>
		<pubDate>Sat, 22 Dec 2018 22:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5241#comment-172409</guid>

					<description><![CDATA[Great tutorial! This post is on my bookmarks now. :) On most servers, the apache files have .conf extension.
sudo nano /etc/apache2/sites-enabled/000-default.conf
not
sudo nano /etc/apache2/sites-enabled/000-default]]></description>
			<content:encoded><![CDATA[<p>Great tutorial! This post is on my bookmarks now. :) On most servers, the apache files have .conf extension.<br />
sudo nano /etc/apache2/sites-enabled/000-default.conf<br />
not<br />
sudo nano /etc/apache2/sites-enabled/000-default</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jack king		</title>
		<link>https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/comment-page-1/#comment-147743</link>

		<dc:creator><![CDATA[jack king]]></dc:creator>
		<pubDate>Mon, 18 Dec 2017 09:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5241#comment-147743</guid>

					<description><![CDATA[hello silver moon ! im am delighted to tell you that python version 3.3 will soon be removed and replaced by java scripts and HTML languages . thanks for your patience please enquire if you have any further quries about python or milk snakes . I strongly with the statement to a large exten ,,,, oops soz m8 I accidently typed my English homework wot I wus doing on word m8 dam them margrat thsather]]></description>
			<content:encoded><![CDATA[<p>hello silver moon ! im am delighted to tell you that python version 3.3 will soon be removed and replaced by java scripts and HTML languages . thanks for your patience please enquire if you have any further quries about python or milk snakes . I strongly with the statement to a large exten ,,,, oops soz m8 I accidently typed my English homework wot I wus doing on word m8 dam them margrat thsather</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SUBRATA SARKAR		</title>
		<link>https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/comment-page-1/#comment-111552</link>

		<dc:creator><![CDATA[SUBRATA SARKAR]]></dc:creator>
		<pubDate>Tue, 21 Mar 2017 15:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5241#comment-111552</guid>

					<description><![CDATA[How can I work with sub domains using multi site network on localhost? I don&#039;t have much experience with WordPress yet. I am on Ubuntu 14.04 LTS. Is there any step by step tutorial available for this? I created a topic at https://wordpress.org/support/topic/error-loading-site-in-multisite-network-site-cant-be-reached/#post-8938784 but no idea about how to add manually created sub domains in multisite network. @Tanmay: http://www.sitepoint.com/set-automatic-virtual-hosts-nginx-apache/ does this cover how to do it on local Ubuntu platform?

Any suggestion would be greatly appreciated.

Thanks!]]></description>
			<content:encoded><![CDATA[<p>How can I work with sub domains using multi site network on localhost? I don&#8217;t have much experience with WordPress yet. I am on Ubuntu 14.04 LTS. Is there any step by step tutorial available for this? I created a topic at <a href="https://wordpress.org/support/topic/error-loading-site-in-multisite-network-site-cant-be-reached/#post-8938784" rel="nofollow ugc">https://wordpress.org/support/topic/error-loading-site-in-multisite-network-site-cant-be-reached/#post-8938784</a> but no idea about how to add manually created sub domains in multisite network. @Tanmay: <a href="http://www.sitepoint.com/set-automatic-virtual-hosts-nginx-apache/" rel="nofollow ugc">http://www.sitepoint.com/set-automatic-virtual-hosts-nginx-apache/</a> does this cover how to do it on local Ubuntu platform?</p>
<p>Any suggestion would be greatly appreciated.</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tanmay		</title>
		<link>https://www.binarytides.com/create-localhost-sub-domains-apache-ubuntu/comment-page-1/#comment-76862</link>

		<dc:creator><![CDATA[Tanmay]]></dc:creator>
		<pubDate>Tue, 10 May 2016 15:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5241#comment-76862</guid>

					<description><![CDATA[If one has very few projects, the method showed in this article is very good. But if you are developer and keeps working on different projects, very often this process become cumbersome. Instead I would suggest using VirtualDocumentRoot in apache. A very good article is there on site point. 
http://www.sitepoint.com/set-automatic-virtual-hosts-nginx-apache/

Hope it helps someone.]]></description>
			<content:encoded><![CDATA[<p>If one has very few projects, the method showed in this article is very good. But if you are developer and keeps working on different projects, very often this process become cumbersome. Instead I would suggest using VirtualDocumentRoot in apache. A very good article is there on site point.<br />
<a href="http://www.sitepoint.com/set-automatic-virtual-hosts-nginx-apache/" rel="nofollow ugc">http://www.sitepoint.com/set-automatic-virtual-hosts-nginx-apache/</a></p>
<p>Hope it helps someone.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
