My Step by Step Learning Process {1}
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 super easy! Go-daddy had set up Wordpress for me so I didn’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’s cool but it’s not how the big boys appear online!
First, the hosting changes
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!
What I then did was FTP into my hosting account, copied the index.php and .htaccess 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 index.php replacing the line “require('./wp-blog-header.php');" to "require('./wordpress/wp-blog-header.php');"
*** Save the file! ***
Log out of Wordpress and/or your blog and log back in using just your host name and it should be fine.
And now, for those Permalinks
If you have set up Permalinks, go to the Permalinks option under Settings and update your Permalinks structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can’t write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)
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 http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory.
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 “yourblogaddress.com/?p={somenumber}“. Now I don’t know where it gets the number, but it’s not very descriptive is it? Just click the Custom Structure and add “/%category%/%postname%/” {without the quotes!}.
*** Save the file! ***
Now your permalinks will be appended with the category and the name of the post! Again, you can view the documentation at http://codex.wordpress.org/Using_Permalinks.
If I may, my own little disclaimer! I don’t claim to be an expert and there is a lot of information that I haven’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!
about 5 months ago
Your blog is so informative … ..I just bookmarked you….keep up the good work!!!!
Hey, I found your blog in a new directory of blogs. I dont know how your blog came up, must have been a typo, anyway cool blog, I bookmarked you. :)
about 5 months ago
There is obviously a lot to learn. There are some good points here.
-Robert Shumake
about 4 months ago
Very interesting post, thanks for sharing!