<?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>Hacking Uncle Ricky &#187; step by step learning</title>
	<atom:link href="http://www.b-ricky.com/category/step-by-step-learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.b-ricky.com</link>
	<description>Mind melding with Ricky on a byte to byte basis!</description>
	<lastBuildDate>Fri, 12 Feb 2010 01:07:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Step by Step Learning Process {1}</title>
		<link>http://www.b-ricky.com/birth-of-a-blog/my-step-by-step-learning-process-1/</link>
		<comments>http://www.b-ricky.com/birth-of-a-blog/my-step-by-step-learning-process-1/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 18:57:32 +0000</pubDate>
		<dc:creator>Senior_Ricky</dc:creator>
				<category><![CDATA[Birth of a Blog!]]></category>
		<category><![CDATA[step by step learning]]></category>

		<guid isPermaLink="false">http://b-ricky.com/?p=119</guid>
		<description><![CDATA[FROM THE GROUND UP!
Permalinks and web hosting changes!
I just spent the last two days going back over my posts to make sure that the permalinks were working correctly! I also found how to get the blog to come up under my hosting name without the Wordpress sub-directory showing in the address bar. The latter was <a href="http://www.b-ricky.com/birth-of-a-blog/my-step-by-step-learning-process-1/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>FROM THE GROUND UP!</p>
<p><strong>Permalinks and web hosting changes!</strong></p>
<p>I just spent the last two days going back over my posts to make sure that the permalinks were working correctly! I also found how to get the blog to come up under my hosting name without the Wordpress sub-directory showing in the address bar. The latter was super easy! Go-daddy had set up Wordpress for me so I didn&#8217;t have to worry about the really geeky part of that. They even had a work in progress/under construction type home page set up for me. I noticed that when I logged into Wordpress my blog showed up as being in the Wordpress sub-directory. That&#8217;s cool but it&#8217;s not how the big boys appear online!</p>
<p><span style="color: #003300;"><strong>First, the <strong> </strong></strong><strong>hosting changes</strong></span></p>
<p>First I went to the General option under  Settings in my WP administrative account {The Dashboard, if you will.} I then changed the the Blog address (URL) so it was directed straight to b-ricky.com. I left the WordPress address (URL) alone as that was where Go-Daddy installed the core files for me!</p>
<p><span id="more-119"></span>What I then did was FTP into my hosting account, copied the <tt>index.php</tt> and <tt>.htaccess</tt> files from the WordPress directory into the home directory of my site that I have previously changed in the Setting/General options of WP under Blog address (URL).  {your address may be different than b-ricky.com} I then edited the file <tt>index.php</tt> replacing the line &#8220;<tt>require('./wp-blog-header.php');" to "</tt><tt>require('./wordpress/wp-blog-header.php');"</tt></p>
<h6><strong>*** Save the file! ***</strong></h6>
<p>Log out of Wordpress and/or your blog and log back in using just your host name and it should be fine.</p>
<p><span style="color: #003300;"><strong>And now, for those Permalinks</strong></span></p>
<p>If you have set up Permalinks, go to the Permalinks option under  Settings and update your Permalinks structure. WordPress will automatically update your <tt>.htaccess</tt> file if it has the appropriate file permissions. If WordPress can&#8217;t write to your <tt>.htaccess</tt> file, it will display the new rewrite rules to you, which you should manually copy into your <tt>.htaccess</tt> file (in the same directory as the main <tt>index.php</tt> file.)</p>
<p>By the way, I got most of this info from the documentation which in in my present BLOGROLL  or you can just go directly to it at <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory</a>.</p>
<p>Since I mentioned in the last step updating permalinks I guess that I should share some of my new found knowledge on them. Again from the Dashboard I moved to Settings/Permalinks. Wordpress seems to want to by default give your posts permalinks of &#8220;<em>yourblogaddress.com/?p={somenumber}</em>&#8220;. Now I don&#8217;t know where it gets the number, but it&#8217;s not very descriptive is it? Just click the Custom Structure and add &#8220;/%category%/%postname%/&#8221; {without the quotes!}.</p>
<h6><strong>*** Save the file! ***</strong></h6>
<p><strong> </strong>Now your permalinks will be appended with the category and the name of the post! Again, you can view the documentation at <a href="http://codex.wordpress.org/Using_Permalinks">http://codex.wordpress.org/Using_Permalinks</a>.</p>
<p style="text-align: center;"><strong><em>If I may, my own little disclaimer! I don&#8217;t claim to be an expert and there is a lot of information that I haven&#8217;t included in this post. I would always recommend reading the full documentation as your mileage may  vary and what works for me might not work for thou!</em></strong></p>
<p><strong> </strong><em> </em><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.b-ricky.com/birth-of-a-blog/my-step-by-step-learning-process-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
