• Hi all,

    I need to install WP in clients host through FTP (no access to cpanel). I know that WP installation should be easy, but after connected through Filezilla, I found only an empty root, no “public_html” or so and no .htaccess.

    I have modify the wp-config.php as the instruction in this website but I had no luck. Kindly advise.

Viewing 15 replies - 1 through 15 (of 19 total)
  • You need access to the hosting management account to set up a new database and user. Contact the hosts about this if necessary.

    Thread Starter nathzo

    (@nathzo)

    Hi Esmi,

    My client already set up a database for me, including username and password of the database of course but still luck. Any ideas ?

    Thread Starter nathzo

    (@nathzo)

    Oh by the way, I forgot to mention that this setup is for a client. I got the database setting from him but not the cpanel access. Is there any files that I need to upload on ftp aside from WP ?

    Create a new database and configure in wp-config file.

    You just need to upload the files in the WP installation ZIP file. After it’s been un-zipped, of course (I’ve had someone complain it didn’t work when they uploaded the ZIP file to their hosting account). Apart from that the only files that you’ll need to upload are any extra themes or plugins that you want to add from the start. Don’t worry about a .htaccess file as WordPress will generate that when it’s needed.

    As long as youre wp-config.php file has got the correct database connection details you will be able to install the system. I wouldn’t be to concerned about the lack of a ‘public_html’ folder. There’s a good chance that your client doesn’t use one of the more popular contorl panels, or possibly not evne any control panel, and that’s jsut how their server is configured. If you’re worried that it’s not the right spot, put up a dummy index.html file and check that you can view that through their websites URL before you do anything else.

    Thread Starter nathzo

    (@nathzo)

    I did that already. I uploaded WP on folder “foldername”. here’s my path :

    http://domainname.com/foldername/wp-admin

    But if I go to http://domainname.com/foldername, I got a “403 permission denied” error. and if I continue on install.php, I got a “404 not found” error.

    Is there any relation with the file permissions ? I set wp-admin and it all subfolders as 777.

    Then that means that something is not configured correctly on the server. I don’t believe that it’s file permissions as 777 is to much (really… it’s way to much and shouldn’t be done). Getting a 404 error on installation would normally point me to thinking that there’s a redirection problem with the server. That could be from a few different sources, so it’s very hard to tell what the problem is without having access to the servers access and error logs.

    Thread Starter nathzo

    (@nathzo)

    I set back to 755. I tried to put dummy index.html (/foldername/index.html) and it works just fine. I moved WP to a subfolder (/foldername/wp/) to avoid any possible blockage.

    I’ve asked an access to the server so I’ll update this post later.

    Thanks for your help.

    Thread Starter nathzo

    (@nathzo)

    Hi guys,

    I still have no luck on this issue and my clients refused to give any other access aside from FTP and DB details πŸ™ Any ideas ?

    Yeh – get another client. πŸ˜‰

    Seriously, if the client is not allowing you full hosting account access, they’re effectively tying your hands.

    I too am having problems uploading through an FTP site using Filezilla so this forum is timely.
    However, I am no techie so need a dummies guide to how to do this. Catacaustic says –
    You just need to upload the files in the WP installation ZIP file.
    What is – wp-config.php file

    How do I do this? All I can see is an export via an xml file. ‘Just’ makes it all sound very simple!

    Thanks for any help.

    Thread Starter nathzo

    (@nathzo)

    Nvirohaus,

    Here’s some step :

    1. After you download WP and unzip it, you’ll see a wp-config-sample.php file which you should rename it to wp-config.php.

    2. open the wp-config.php file (suing notepad) and enter your database details

    3. Save it and upload all files and folders inside your WP folder to your server.

    That’s it !

    Thanks nathzo.

    Sounds straightforward but where do I go to find and download my WP file?

    Cheers

    Thread Starter nathzo

    (@nathzo)

    Hi Nathzo

    Thanks for your help. I am on a steep learning curve here!

    I think I have this right now (although web site still not actually appearing via my host which I will also checkout with them).

    I have downloaded WP, unzipped, opened the sample file and saved as wp-config.php. I have opening this in notepad and made the changes. Key information re ftp from my host entered. Authentication Unique keys entered as generated by WP link.

    A couple of questions. In what format is the name of the database for WP entered? e.g.http://thenvirohaus.wordpress.com? Or something else?
    Do I need to enter anything for the datbase ‘charset’?

    nvirohaus

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘WP installation through FTP’ is closed to new replies.