how to set up your server correctly

hello! I am very new to this and I had a question… Ive installed Mysql ( thanks to everyone who helped me out!) but now im trying to upload content to my server, which i do successfully, but then when i go to open it in my browser (http://97.107.135.162/wp-admin/install.php) it saying its not found… did I skip a step or do something wrong?

4 Replies

Hi Christina,

Did you put the Wordpress files in /var/www/ ? That's where Apache expects to find the default web site. If you put things in the right spot there would be an "index.php" file in /var/www/ .

Hey No i did not should there have been a folder created already when i log in via ftp of should i create one?

If you are using Debian/Ubuntu, I would strongly recommend that you look at http://www.howtoforge.com/ubuntudebianlamp_server - that will guide you through setting up Apache, PHP, MySQL, etc.

FTP will probably upload files to whatever location is the home directory of the user you logged in as. It's usually /home/username, or /root in the case of the root user. (Not a good idea to log in to FTP as root, though! Create a new user with the adduser command.)

Find those files and move them to /var/www

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct