![]() |
|
|
Written On 2010 Wed Apr 7 Word Press Installation Tutorial 2 9 2Category: Blog TutorialsWord Press Installation Tutorial version 2.9.2Reference 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. 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 Press2. Extract WordPress Package3. Upload WordPress Package via FTP4. Create database for install5. Create user to be added to database6. Add user to database with privelleges7. Missing index problem on word press installation8. Type index.php into address bar to get around missing htaccess file9. Find wp-config-sample.php file10. Update config file with database connection information11. Rename wp-config-sample.php to wp-config.php12. Rename wp-config-sample.php to wp-config.php13. Refresh installation page14. Enter blog title, email and decide if you want search engines to index your blog (most likely, yes)15. Write down your generated password somewhere safe16. Another missing directory index page due to missing .htaccess file17. Open file manager. Make sure to set options to view .htaccess (hidden files). You will need to create a new .htaccess file18. Create .htaccess in the wp-admin folder19. Edit same .htaccess after creating it20. Add this codeDirectoryIndex index.php 21. Refresh your admin page22. Word Press Installation Complete (Solved)Permalink + Comments |
TagsBlogroll
|