| Author |
Message |
christina
Joined: 27 May 2009
Posts: 60
|
| Posted: Fri May 29, 2009 10:04 pm Post subject: 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? |
|
| Back to top |
|
phvt
Joined: 28 Feb 2005
Posts: 74
|
| Posted: Fri May 29, 2009 11:04 pm Post subject: |
|
|
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/ . |
|
| Back to top |
|
christina
Joined: 27 May 2009
Posts: 60
|
| Posted: Fri May 29, 2009 11:47 pm Post subject: |
|
|
| Hey No i did not should there have been a folder created already when i log in via ftp of should i create one? |
|
| Back to top |
|
saman007uk
Joined: 16 Oct 2004
Posts: 168
|
| Posted: Sat May 30, 2009 3:21 am Post subject: |
|
|
| If you are using Debian/Ubuntu, I would strongly recommend that you look at http://www.howtoforge.com/ubuntu_debian_lamp_server - that will guide you through setting up Apache, PHP, MySQL, etc. |
|
| Back to top |
|
hybinet
Joined: 02 May 2008
Posts: 1058
|
| Posted: Sat May 30, 2009 3:50 am Post subject: |
|
|
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 |
|
| Back to top |
|
| |