Step 1: Login into your hostinger account. Click on manage option under hosting tab. Change the domain from left hand side sidebar to one whose hosting panel
you want to access.
Step 2: Click on files option from left hand side bar under dashboard. Click on file
manager under files option. The file manager page opens up. Click on access files of your web site name. The file browser page open up in new window with the listing of all the files.
Step 3: There should be a folder named public_html. if not present then create one
now make a file called index.php on desktop open it in code editor other than notepad and add these lines
<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo "Hello World!";
?>
</body>
</html>
save it as index.php and click on upload icon on right side of navbar. Now visit the
web url of your domain name by typing url in url bar of the browser. Now lets install
wordpress.
Step 4: Download wordpress from https://wordpress.org/download/ and upload the zip folder onto the file browser page outside public_html folder by clicking the home icon. you need a folder to extract the zip file.right click the wordpress zip archive and
There is an error of 404 bad request if zip is not uploaded properly. You have to upload files to a folder to extract and then move the files to public_html folder.choose a folder location in public_html as asd. open asd until you reach index.php file. CTRL+A select public_html to move.
for eg. I created a folder asd in public_html folder and extract all files in asd and then open it until index.php then move all files to public_html. extracting directly to public_html is impossible.
Step 5: enter your domain url in url bar of the browser, and the wordpress installation open ups. Choose language .now you need a database.Open hosting
dashboard again.
Click the databases and then select management from the drop down menu.
Enter all the credentials and click on create. Put all the credentials in the wordpress
installation. database host should be localhost only.
Step 6: Enter wordpress site name, your username , your password, your email address and click next. Your wordpress installation is finished.