how to start a blog

starting a blog Start A Blog
formula 10 Formula 10
categories Categories
contactContact Me
archives Archives

Ask a Question

Written On 2010 Wed Apr 7

Word Press Installation Tutorial 2 9 2

Category: Blog Tutorials

Word Press Installation Tutorial version 2.9.2

Reference Guide: http://codex.wordpress.org/Installing_WordPress

I added some steps because I encountered some problems not explained in the official installation guide.

1. Download Word Press 2.9.2 This tutorial was created when 2.9.2 version was being released. The version number might have changed by the time you read this installation tutorial.

Download Here

2. Extract .zip package to a local folder

3. Open FTP client program. You can google for a list of best FTP clients. I use gFTP on Linux.

Completed Installation

http://wordpress.buzzybeemarketing.com/

1. Download Word Press

 download word press and install

2. Extract WordPress Package

extract word press installation

3. Upload WordPress Package via FTP

upload wordpress install

4. Create database for install

create wordpress database

5. Create user to be added to database

create wordpress user for database

6. Add user to database with privelleges

add user to database

7. Missing index problem on word press installation

htaccess problem wordpress missing page index

8. Type index.php into address bar to get around missing htaccess file

missing index page wordpress install

9. Find wp-config-sample.php file

wordpress config edit

10. Update config file with database connection information

configure wordpress database

11. Rename wp-config-sample.php to wp-config.php

rename config sample file

12. Rename wp-config-sample.php to wp-config.php

setup word press

13. Refresh installation page

refresh page to get new settings

14. Enter blog title, email and decide if you want search engines to index your blog (most likely, yes)

allow indexing of word press install

15. Write down your generated password somewhere safe

save your word press password somewhere sage

16. Another missing directory index page due to missing .htaccess file

missing index page again

17. Open file manager. Make sure to set options to view .htaccess (hidden files). You will need to create a new .htaccess file

editing htaccess file word press

18. Create .htaccess in the wp-admin folder

19. Edit same .htaccess after creating it

20. Add this code

DirectoryIndex index.php


directory index htaccess word press install

21. Refresh your admin page

refresh page

22. Word Press Installation Complete (Solved)

wordpress admin



Permalink + Comments

Tags