Tuesday, September 21, 2010

How to install WordPress on 000webhost free hosting without cPanel

Free Website Hosting


For this click on create new > Enter domain name and password >Set up new account.
In the next page, they will show up nameservers, note up that and change it your domain control panel.
Wait 12 hours for complete transfer of domain to 000webhost account.
Now we are going to install WordPress on 000webhost account.
Download latest version of WordPress.
1. Extract the files to desktop and rename the file wp_config.php. to wp-config.php This file is WordPress configuration file where we keep important informations like MySQL database user name and password.
2. Now create a New MySQL database for WordPress.
Open up 000webhost control panel and select MySQL.
Now enter MySQL database name, MySQL user name,password for MySQL user. Furthermore, note the MySQL host address (It will be something like mysql9.000webhost.com).
3. Download any free HTML editor (Notepad also works) and open wp-config.php
Now under MySQL settings,
define(‘DB_NAME’, ‘enter full database name’);
/** MySQL database username */define(‘DB_USER’, ‘enter the full database user name’);
/** MySQL database password */define(‘DB_PASSWORD’, ‘enter the full database password’);
/** MySQL hostname */define(‘DB_HOST’, ‘enter full database host name’);
Now move down to these strings:
define (‘AUTH_KEY’, ‘ Enter key1 ‘); define(‘SECURE_AUTH_KEY’, ‘ Enter key 2′); define(‘LOGGED_IN_KEY’, ‘Enter key 3′); define(‘NONCE_KEY’, ‘Enter key 4′);
These keys are intended for providing security to WordPress installation. So make sure to use different characters in each line and should contain letters and numbers.
4. Save wp-config.php (WordPress configuration) file to the WordPress folder.
5. Now use our tutorial to upload WordPress via FTP to the public_html folder.
6. Now we can start WordPress installation to the directory where the files are uploaded.
Open up your browser and type http://www.yourdomain/wp-admin/install.php and hit enter. If everything went fine, the following screen will appear.

No comments:

Post a Comment

My Mine