<?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>network Archives - Dragonsoft Technology View</title>
	<atom:link href="https://blog.dragonsoft.us/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dragonsoft.us/tag/network/</link>
	<description>Talk about Technologies, Software Architecture and Management</description>
	<lastBuildDate>Thu, 08 Dec 2016 18:19:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://blog.dragonsoft.us/wp-content/uploads/2022/04/logo-main-bw-150x150.png</url>
	<title>network Archives - Dragonsoft Technology View</title>
	<link>https://blog.dragonsoft.us/tag/network/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">2577970</site>	<item>
		<title>WordPress Network and sub-domain setup</title>
		<link>https://blog.dragonsoft.us/2016/09/26/wordpress-network-and-sub-domain-setup/</link>
					<comments>https://blog.dragonsoft.us/2016/09/26/wordpress-network-and-sub-domain-setup/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 01:38:34 +0000</pubDate>
				<category><![CDATA[Web-design]]></category>
		<category><![CDATA[multi-site]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1729</guid>

					<description><![CDATA[<p>This is really a short note but may require some thinking when one run into it&#8230; so there you go. Let me start by saying that I do have strong preference sub domain based WordPress Network instance over sub-folder. In my opinion it is easier to maintain, and allow to<a class="moretag" href="https://blog.dragonsoft.us/2016/09/26/wordpress-network-and-sub-domain-setup/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2016/09/26/wordpress-network-and-sub-domain-setup/">WordPress Network and sub-domain setup</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is really a short note but may require some thinking when one run into it&#8230; so there you go.</p>
<p>Let me start by saying that I do have strong preference sub domain based WordPress Network instance over sub-folder.<br />
In my opinion it is easier to maintain, and allow to manage stronger security.</p>
<p>Ok, &#8220;what is the problem?&#8221;, you ask.</p>
<p>Let&#8217;s say you have setup your blog as sub-domain to your main site. It may be the same machine or different instance altogether.<br />
You run it for a while and there come time when you decided you want to host second blog and want to share the same WordPress instance.</p>
<p>Multi site support in WordPress is for a while and it is easy to setup and easy to maintain.</p>
<p>For most part that is it &#8211; simply follow these <a href="https://codex.wordpress.org/Create_A_Network">steps.</a></p>
<p>But there is a catch, if you run blog on the sub-domain, network setup wizard would warn you that you cannot enable network using sub-domain.<br />
Not a problem &#8211; modify your wp-config.php by adding the following lines</p>
<pre class="brush: plain; title: ; notranslate">/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );

/* Multisite */
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', '&lt;your-domain-name&gt;');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
</pre>
<p>Now you can logoff and log back in and you should be able to create new sit using different sub-domain.</p>
<p>This is not all &#8211; what you will most likely run into is inability to use the same users across both sites.</p>
<blockquote><p>Note: It is important to understand that by using the same names across multiple sites you may slightly reduce your security protection.<br />
So make sure that you are:</p>
<ul>
<li>Keep your Network instance up to date with updates</li>
<li>Using Security plugin like iThemes Security</li>
<li>Change admin user to something other than &#8220;admin&#8221;</li>
<li>Protect site from brute force attacks</li>
</ul>
</blockquote>
<p>What could happen is that when trying login to second site or switch between sites from Admin panel you would get message that your browser does not support cookies or you will not be able navigate to second site&#8217;s Dashboard.</p>
<p>What is the problem? Problem is how WordPress maintains user session using cookies.</p>
<p>To fix it add one more line into your wp-config.php file</p>
<pre class="brush: plain; title: ; notranslate">define( 'COOKIE_DOMAIN', $_SERVER&#x5B; 'HTTP_HOST' ] );</pre>
<p>Now you should be all set</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2016/09/26/wordpress-network-and-sub-domain-setup/">WordPress Network and sub-domain setup</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2016/09/26/wordpress-network-and-sub-domain-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1729</post-id>	</item>
		<item>
		<title>Scrath Pad: Sony BDP-S350 : network connection problem</title>
		<link>https://blog.dragonsoft.us/2011/10/16/sony-bdp-s350-network-connection-problem/</link>
					<comments>https://blog.dragonsoft.us/2011/10/16/sony-bdp-s350-network-connection-problem/#comments</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Mon, 17 Oct 2011 05:49:45 +0000</pubDate>
				<category><![CDATA[Scratch Pad]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BDP-S350]]></category>
		<category><![CDATA[E4200]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[static ip]]></category>
		<category><![CDATA[Wii]]></category>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1350</guid>

					<description><![CDATA[<p>It comes time when we need to replace network router in the house&#8230; And it was time for me to do just that&#8230; I went with Linksys E4200 &#8211; nice piece of machinery. Everything now is flying! I am using Linksys products for many years and this upgrade did not<a class="moretag" href="https://blog.dragonsoft.us/2011/10/16/sony-bdp-s350-network-connection-problem/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2011/10/16/sony-bdp-s350-network-connection-problem/">Scrath Pad: Sony BDP-S350 : network connection problem</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It comes time when we need to replace network router in the house&#8230; And it was time for me to do just that&#8230;</p>
<p>I went with Linksys E4200 &#8211; nice piece of machinery. Everything now is flying! I am using Linksys products for many years and this upgrade did not disappoint me, setup was a easy, my network is now on true gigabit speed and wireless with dual band and much stronger signal.</p>
<p>Well, not everything is happy about the change at first&#8230;</p>
<p>My good old Wii refused to stay connected via WiFi loosing signal at random. I think it may be something to do with dual band wireless. I could have made two network on different bands, but I went with simple hardware solution &#8211; wired USB adapter &#8211; and this problem was solved.</p>
<p>Second problem was Sony BDP-S350 player not seeing network.<br />
On the surface everything is OK and there is proper address and all, but no BD content or updates could be loaded.<br />
Solution is simple though &#8211; static IP address &#8211; as described <a title="Sony BDP-S350 – solving network connection problem" href="http://www.zepellipsis.com/?p=32" target="_blank">here</a>.</p>
<p>Please note that for me just assigning static IP address at BDP level helped resolve the issue.</p>
<p>After this last issue, everything back to normal and adoption of the new router is complete!</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2011/10/16/sony-bdp-s350-network-connection-problem/">Scrath Pad: Sony BDP-S350 : network connection problem</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2011/10/16/sony-bdp-s350-network-connection-problem/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1350</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching 22/86 queries in 0.210 seconds using Disk

Served from: blog.dragonsoft.us @ 2026-08-21 17:56:16 by W3 Total Cache
-->