Professional, No Monthly Fees, No Third Party Ads, Advanced Personalization, Confirmed Opt-in, Broadcast, HTML Form Generator, & much more.
Newsletter
Subscribe to our newsletter and get all of the latest tips and tricks sent directly to your email! Get a Free Gift!
Name
E-Mail
RSS Feed
Get the most recent posts and comments sent to you directly by subscribing to our RSS feeds!
Subscribe to RSS! Subscribe to RSS Comments!

Archive for November, 2007

Nov
9

Step 8: Complete the 2 step registration, Customize & Insert Contents

MiloStartup, WordPress

Complete the 2-Step Registration 

Congratulations for successfully installed WordPress. Complete the 2 step registration process when prompted and you are good to go. The inputs may be modified if desired at the Options menu.

Customize

Next is to customise your site with desired  themes and plugins.

Again some links that you can refer to for help if you run into any trouble in the installation process:

WordPress Main Page
WordPress Support Forums

Create Contents 

Last, but not least, insert contents. Try to get up to about 12 quality posts ASAP. 12 is just a general guide. Without sufficient contents, Adsense or Blogrush may reject your application.

That completes our series of setting up a WordPress website.

Welcome to the WordPress blogging community! Happy blogging!

 PS: To read the entire story in starting up a website, select “Startup” under categories.

Nov
6

Step 7: Run the /wp-admin/install.php file from the browser

MiloStartup, WordPress

This step is a test of whether you have done previous steps correctly. So cross your fingers and cross your toes, hope for the best and just do it …

Run the /wp-admin/install.php file from the browser, ie. open up your favourite browser and type in the address as http://www.domainname.com/wp-admin/install.php.

If you have done the previous steps correctly, it should bring you to a 2 step registration window, otherwise you will get an error.

Some resources you can go to for help if you get an error:
1.  WordPress Documentation
2.  WordPress Support Forums

If you do get to the 2 step registration window, congratulations, you have installed WordPress successfully and you are ready to rock, just one more simple registration step to go.

Next … complete the 2 step registration process. 

Nov
1

Step 6: FTP the entire files to the web server

MiloUncategorized

FTP stands for File Transfer Protocol. It is a means for you to transfer your files to your website. Most hosts will provide free FTP software client for you to do that. Without a client, it can be done through the Windows XP FTP feature..

To use the Windows XP FTP feature, simply click on My Computer > My Network Places (at the left sidebar) > Add a network place (at the left sidebar) and follow the Add Network Place Wizard to complete the FTP setup.

On successful FTP setup, a folder representing your website should appear in the My Network Places directory. Your website then basically behaves like a folder on your computer and you can transfer files to & from your website just like any other folders on your computer, except that you need to log on with your user name and password.

Depending on how you want to access your site and where you want to store your files, here are 3 options:

1.  Access site through the sub folder

To access it through a subfolder, simply create a folder, eg. blog, at the root directory and throw all the WordPress files there. Then proceed to complete the installation by following the subsequent steps. To access the blog, simply type: www.domainname.com/blog as the url.

2.  Access site through the main domain, WP files in root directory

Accessing your blog through the main domain gives it more prominence and easier recall of its address. The easiest way to setup your blog to allow access from the main domain, ie. www.domainname.com, is to put the entire WordPress files to the root directory of your domain. I would not recommend this as the WP files may get mixed up with all other files that you have in the root directory and makes it look cluttered.

3.  Access site through the main domain, WP files in a sub directory

This is the option I adopted and I would recommend it. It offers a better housekeeping of files on your web server and allows you to access your site direct from the main domain, ie. www.domainname.com.

First setup your WordPress files as if you would have done it with option 1. After WordPress is properly installed and tested to work, go to WordPress Options menu:

a.  under WordPress address (URL), type in www.domainname.com/blog
b.  under Blog address (URL), type in www.domainname.com

Next open up the index.php file as a text file and change the line that says:

require('./wp-blog-header.php');

to the following, using your sub directory name, “blog”, for the WordPress core files:

require('./blog/wp-blog-header.php');

Then save your index.php file to the root directory.

Note that you may not be able to change the contents of a file direct from the web server. You need to copy the file into your computer desk top, modify it and save save it back to the web server.

The entire instructions for option 3 can be accessed from here … http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Note that if your site is a new setup, you need not worry about the .htaccess file talked about in the instruction, because you won’t be able to find it. It will only be automatically created when you start using WordPress.

That’s it, we’re almost there but not quite. Be Patient and Persevere.

Next … complete the installation & registration.

Google