WordPress is a personal publishing platform that focuses on aesthetics, web standards, and ease of use. Wordpress can be used freely Effort can be obtained free of charge. WordPress is very useful for blogging.
Note: If you use a server control panel with cPanel / WHM, then you can use Fantastico to install more easily.
Download the source code wordpress
You can download the source code first the updated version of wordpress in the URL http://wordpress.org
Preparing the database
Before starting the WordPress installation, you first prepare a new database that will be used. Here are the steps:
1. SPANEL from the main menu, select the menu MySQL
2. choose Add a database, and specify DB_Username, db_name and db_password
3. click Add
Installation script
First of all, you put the downloaded files in the source code / sites / domainname / www, you extract the file if the file is still in form. Zip or. Tar.gz, after you extract, you edit the file wp-config-sample. php, change this section:
define(‘DB_NAME’, ‘putyourdbnamehere’); // The name of the database
define(‘DB_USER’, ‘usernamehere’); // Your MySQL username
define(‘DB_PASSWORD’, ‘yourpasswordhere’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8′);
define(‘DB_COLLATE’, );
From the above description, fill in the DB_NAME, DB_USER, DB_PASSWORD with the appropriate databases created in earlier spanel, to keep them DB_HOST localhost, rename the file wp-config-sample.php into wp-config.php, give the file permissions chmod 775. (To do so could be from the shell or use the File Management, see: Chmod the Spanel control panel).
When finished, you try to access your site, there will be a message “It does not look like you’ve installed WP yet. Try running install.php”, continue to click the “install.php”. If you already click install.php, eventually you will find a page that it was welcome, there you click to go to the page “First Step>>”, where you will enter the field and the Weblog title Your e-mail and checklist “I would like my blog to appear in search engines like Google and Technorati “. enable checklist if you want to find blogs on search engines Google, once you’re finished, you click “Continue to second step>>”.
On the second page you will find step username and password to log into your Wordpress CMS administrator, so you need to write them down and not be forgotten.
To get to the administrator, you click the “wp-login.php”, in wp-login.php page is you enter your username and password are displayed in the second last step. If you are logged into wp-login.php, you can change your profile and change their login password according to what you want in the “Update your profile or change your password”.
Finished installing WordPress, then you can add articles, modify templates and so on.
Enabling Permalinks
You can activate the permalinks to simplify and expedite the search, it will also permalinks will mengoptimize search engines like google or yahoo so that every word articles can be identified quickly, with provisions depending on the number of visitors your blog. How to use it, you are logged in wp-login.php, then click the menu tab “options”, then you click the “permalinks”. There will be 4 if the default option, Date and name based, Numeric or Custom, specify below.
example selected the “Date and name based”, you click “Update Permalink Structure”, the results will have entries like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
You create a file with the name. Htaccess file and insert listed above.
attention: if the installation was done immediately defaulth login using the password and immediately change your password (Untk avoid so you do not forget).
now you have your wordpress blog admin and own column


















1 Comment Received
April 30th, 2010 @6:23 am
Копирайтер из Вас не вышел бы, но философ ушь точно получился
Leave A Reply