<?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>John Nasta &#187; root</title>
	<atom:link href="http://johnnasta.com/blog/tags/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnasta.com/blog</link>
	<description>any major dude with half a heart surely will tell you my friend</description>
	<lastBuildDate>Mon, 14 May 2012 16:18:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Accessing Your WordPress Site From The Root Folder</title>
		<link>http://johnnasta.com/blog/2009/wordpress/accessing-your-wordpress-site-from-the-root-directory-folder/</link>
		<comments>http://johnnasta.com/blog/2009/wordpress/accessing-your-wordpress-site-from-the-root-directory-folder/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:23:42 +0000</pubDate>
		<dc:creator>John Nasta</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[accessing]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://johnnasta.com/blog/?p=572</guid>
		<description><![CDATA[Update June 06, 2010 &#8211; This is an old post and I actually never do this any more. Please see the comments. Thanks. I see a lot of people asking how to make their WordPress site accessible from the root directory folder. In most standard installations, WordPress is installed in a sub-folder and the only [...]
Related posts:<ol>
<li><a href='http://johnnasta.com/blog/2010/wordpress/changing-the-url-of-your-wordpress-site/' rel='bookmark' title='Changing The URL Of Your WordPress Site'>Changing The URL Of Your WordPress Site</a> <small>WordPress web site owners often come to realize that they want to change the URL...</small></li>
<li><a href='http://johnnasta.com/blog/2009/internet/seo-noindex-nofollow-noodp-noydir-noarchive-robotstxt-exclude-sites-from-search-engines/' rel='bookmark' title='Excluding Your Web Site From Search Engines'>Excluding Your Web Site From Search Engines</a> <small>People often write about how to increase your search engine ranking by using noindex and...</small></li>
<li><a href='http://johnnasta.com/blog/2009/wordpress/wordpresscom-vs-wordpressorg/' rel='bookmark' title='WordPress.com vs. WordPress.org'>WordPress.com vs. WordPress.org</a> <small>Finally, a post about Wordpress for people who have never used it. Are you "wp-curious"?...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Update June 06, 2010 &#8211; This is an old post and I actually never do this any more. Please see the comments. Thanks.</p>
<p>I see a lot of people asking how to make their WordPress site accessible from the root directory folder. In most standard installations, WordPress is installed in a sub-folder and the only way to access the site is to add that sub-folder name to the site&#8217;s URL.</p>
<p>If you read the wordpress.org support forum you&#8217;ll find posts suggesting that you move the WordPress index.php file to the root folder and change a few things in that file. You&#8217;ll also see replies from people who have tried it unsuccessfully.</p>
<p>Here&#8217;s a little trick that will allow you to access your WordPress site from the root URL without moving or modifying any of the WordPress installation files. This method will &#8220;hide&#8221; the WordPress installation&#8217;s folder name when people access your home page but they will see the folder name in URLs when they start clicking around&#8230;</p>
<p><span id="more-572"></span></p>
<p>Check your root folder for a file called .htaccess (note that the dot is before the file name). If there is one, download it. If not, create one with a plain text editor such as Windows Notepad. Make sure that when you save it, the file type is set to &#8220;All Files&#8221; so that your editor doesn&#8217;t try to add an extension onto the file name.</p>
<p>Make sure that these lines are included in your .htaccess file. For this example the root URL is shown as domain.ext and the WordPress folder is shown as wpfolder. You will have to change these values to match your own domain name, extension, and WordPress folder name:</p>
<p><code>RewriteEngine On<br />
Options +FollowSymlinks<br />
RewriteCond %{HTTP_HOST} domain.ext$<br />
RewriteCond %{REQUEST_URI} !wpfolder/<br />
RewriteRule ^(.*)$ wpfolder/$1<br />
</code></p>
<p>Upload this file to the root directory of your web server as a plain text file. You&#8217;re done!</p>
<p>Now go to Google Webmaster Tools and let them know the &#8220;preferred URL&#8221; of your home page so you don&#8217;t get penalized for duplicate content.</p>
<h6>This article copyright © John Nasta 2009 &#8211; All Rights Reserved</h6>
<p>Related posts:<ol>
<li><a href='http://johnnasta.com/blog/2010/wordpress/changing-the-url-of-your-wordpress-site/' rel='bookmark' title='Changing The URL Of Your WordPress Site'>Changing The URL Of Your WordPress Site</a> <small>WordPress web site owners often come to realize that they want to change the URL...</small></li>
<li><a href='http://johnnasta.com/blog/2009/internet/seo-noindex-nofollow-noodp-noydir-noarchive-robotstxt-exclude-sites-from-search-engines/' rel='bookmark' title='Excluding Your Web Site From Search Engines'>Excluding Your Web Site From Search Engines</a> <small>People often write about how to increase your search engine ranking by using noindex and...</small></li>
<li><a href='http://johnnasta.com/blog/2009/wordpress/wordpresscom-vs-wordpressorg/' rel='bookmark' title='WordPress.com vs. WordPress.org'>WordPress.com vs. WordPress.org</a> <small>Finally, a post about Wordpress for people who have never used it. Are you "wp-curious"?...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://johnnasta.com/blog/2009/wordpress/accessing-your-wordpress-site-from-the-root-directory-folder/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

