You are saying you are accessing with WinSCP (that means you are a MS Windows user) and posting in localhost installation ? People will think you are asking how to install WordPress on my own Ubuntu PC for testing.
By default, the WordPress folder should be in /var/www/
, var is located a level up from root in Win SCP.
Follow any guide to setup a LAMP Server. That default “It Works” page (index.html) is generated by Apache2. That means Apache2 is running, it is quite nice!
If you create a html webpage on /var/www/
like me.html
, that will work fine.
Read the Command Lind Guide here to install WordPress properly from “The actual command steps to install WordPress” step.
Please note that, I have shown the example with CentOS. The commands will be different for Ubuntu (apt-get install software-name
). You can watch a short video here for Ubuntu : https://youtu.be/TERFPogR3kc
Plus you have to change the virtual host. It has been a private WordPress installation. That is good, no one can hack (pun intended). Hire someone to install properly and setup firewall if you can not do yourself or ask your webhosting company.
There is another way you can try, you can install a nice Free Software, that is a web control panel named OpenPanel. Search in the above linked website. But you will need a clean Ubuntu installation.