...

Install WordPress manually |Wellcome to TipsBangla | Tutorial, Tips & Trics will help newibe! 

Install WordPress manually | WordPress is a web software. Anyone can use it to create a marvelous website or blog for him or for any clients. Easy to use and configure.

Most web-host company offers One-click install option. So that anyone can install WP without knowing much about the process of installation WP. You can install WordPress manually  as well. It will take only 5-10 minutes for full installation.

Install WordPress manually  :

First: Go to WP official download page and download WP zip or, .tar.gz file from there.

Second: Now unzip the file and upload all files and folders to the root directory via ftp or filezilla. Also you can use Cpanel. When upload completed then go to your web browser and write your http://yourdomain.com . Now press enter from the keyboard. You will see a message says you do not have wp-config.php file? Click create configuration file to create wp-config.php file (see picture below).

Install WordPress manually

When you click then new window will appear and it will require MYSQL Database, Username, Password, Database host. So you need to create new MYSQL Database at your hosting service first. Log in to your hosting provider site and fill up the required information as shown in the picture bellow.

create database

When you click Add new database now! You will get the message shown in picture bellow. It may be differ from various hosting provider/services.

create db successful

When finished wait 5-10 minutes and back to the previous setup page (see picture below).

Database username password

Now click Let Go if the wp-config.php file created. You will see second picture below otherwise you will see the first picture below if it is so. Now you can open notepad++ and copy the code and paste it to the new window of the notepad++ or any other software you prefer. After that save this file as wp-config.php . Now upload it to your root directory. Then click Run the Install then you will see the second picture below:

First picture

Second Picture

Fill up your Site Title, User Name, Password, and Your Email now your Word-Press is installed and you can login to your Dashboard with the username and password provided above. Now you will get a Welcome message it Says Success! , Username, Password, Log in.

Write your username and password and hit log in to enter your Dashboard. That’s all Be Happy blogging with your Word-Press.

Special Note (Install WordPress manually ): Now your post permalink may not work because you need a .htaccess file in your root directory. No worried open notepad/notepad++ and save as .htaccess file and upload to your root directory. Now refresh your browser and again download the file and you will see it is written by word-press you will find the below standard WordPress code.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Now add the below code to above the created standard WordPress code (at the beginning). It will allow the “stats” directory to be displayed properly.

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
RewriteRule . – [L]
</IfModule>

Now your .htaccess code look like below

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html).*$ [NC]
RewriteRule . – [L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Save the file and upload it again to the same root directory. These code will not cause any problem with each other. You may also like Making stats accessible with htaccess thread this to know details about this special issue. Happy with Install WordPress manually and Enjoy.

 

You May Also Like To Read: How to create/add new page in the zencart and rename existing pages?

Related Posts

Top 6 latest free plugins for WordPress to follow in 2020

Top 6 latest free plugins for WordPress to follow in 2020

WordPress is arguably one of the best content management systems in the world. Its effectiveness, efficiency and simplicity gives it an edge over competition. Another thing that makes WordPress stand out is the fact that it is compatible with a number of plugins and...

read more
How to create clickable phone and sms link?

How to create clickable phone and sms link?

How to create clickable phone and sms link? Nowadays no one can pass a single day without a smartphone. Laptop/Computer Tabs are much more essential for web browsing in modern day. So a web designer or web developer should care about creating clickable phone links and...

read more
Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.