<?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>migrating wordpress &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/migrating-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Thu, 14 Nov 2013 17:32:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Migrating WordPress for Multisite</title>
		<link>https://mywebdevelopment.org/migrating-wordpress-for-multisite/</link>
				<pubDate>Sat, 07 Sep 2013 23:42:24 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[migrating wordpress]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=492</guid>
				<description><![CDATA[<p>From my experience, there are always a step or so that does not resolve the way it should; hence this document. WordPress Version 3.5+ allows multi-sites, so you can install WordPress in it&#8217;s own directory, powering the site from it&#8217;s root (http://example.com). This method is cleaner, more secure way of archiving your WordPress. Here are… <span class="read-more"><a href="https://mywebdevelopment.org/migrating-wordpress-for-multisite/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/migrating-wordpress-for-multisite/">Migrating WordPress for Multisite</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>From my experience, there are always a step or so that does not resolve the way it should; hence this document.</p>
<p>WordPress Version 3.5+ allows multi-sites, so you can install WordPress in it&#8217;s own directory, powering the site from it&#8217;s root (http://example.com).<br />
This method is cleaner, more secure way of archiving your WordPress.</p>
<p>Here are the steps I took, in Migrating WordPress.</p>
<p>NOTE: make any required backups before you perform any type of edits to your site. You will require a text editor, such as Notepad++ (preferred) to perform the following tasks.</p>
<p><strong>First Step</strong><br />
downloaded WordPress 3.5+ and installed it in a desired directory /wordpress/ (e.g. http://example.com/wordpress/)</p>
<p><strong>Second Step</strong><br />
Copy your index.php &amp; .htaccess files to your root and perform the following edits to them.</p>
<p><strong></strong>Edit the index.php (line #17) file by including the directory where your WordPress resides.<br />
<span style="color: #800000;">Line# 17: require ( dirname( __FILE__ ) . &#8216;wordpress/wp-blog-header.php&#8217; )</span></p>
<p>NOTE: do not include the <span style="color: #800000;">/</span> in front of wordpress (<span style="color: #800000;">&#8216;/wordpress/wp-..</span>), otherwise it won&#8217;t work.</p>
<p><strong>Third Step</strong><br />
Edit the .htaccess file you copied over to the root.<br />
Remove the directory name /wordpress from the .htaccess: <span style="color: #800000;">RewriteRule .<del>/wordpress</del> /index.php [L]</span></p>
<p><span style="color: #800000;">RewriteRule . /index.php [L]</span></p>
<p><strong>Final Setp</strong></p>
<p>Go to Dashboard &gt; Settings &gt; General and adjust the following: Site Address (URL) <span style="color: #800000;">http://example.com/wordpress/</span> over to: <span style="color: #800000;">http://example.com</span></p>
<p>Visitors can access your WordPress from the root directory (e.g. http://example.com). Log into dashboard will still direct to where wordpress core files are located: http://example.com/wordpress/wp-admin/</p>
<p><strong>NOTE:</strong> I strongly suggest using <a title="All In One WordPress Security and Firewall Plugin" href="http://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin">All In One WordPress Security and Firewall Plugin</a> and secure your login access and follow through recommended features.</p>
<hr />
<p><strong>Resources</strong></p>
<p>WordPress Codex: <a title="WordPress Codex, Moving WordPress" href="http://codex.wordpress.org/Moving_WordPress">http://codex.wordpress.org/Moving_WordPress</a><br />
Ask WordPress Girl: <a title="Ask WordPress Girl" href="http://askwpgirl.com/how-do-i-move-wordpress-from-a-subdirectory-to-the-root-directory/">http://askwpgirl.com/how-do-i-move-wordpress-from-a-subdirectory-to-the-root-directory/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/migrating-wordpress-for-multisite/">Migrating WordPress for Multisite</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
