• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

system paths???

Mark12345

Basic Pleskian
Is there a guide that shows the file path structure? Specifically, I need to put a path in the database to the "core" folder in a website.

I have Centos 6 with Plesk 12.

I'm switching from a hosted server to a dedicated server. The current path in the database is: /homepages/8/d95069775/htdocs/domain-folder/core/

Would it be something like: /var/www/vhosts/webspace-domain/pongo/core/

Also, what would the database host be? before it was database-name.db.1and1.com.

would it be something like: database-name.server-ip-address

thanks for your help.
 
Last edited:
It is likely to be
/var/www/vhosts/[domain name]/httpdocs/pongo/core/ and you should be able to confirm this by logging in to the new server and checking that this is the location of the website files.

The database will be hosted locally, on your server. So typically in your configuration file for the script you would have 127.0.0.1 as the database server address but you may be able to use localhost instead. In addition, you would specify the database name in the same configuration file on a different line, and of course also the password, again on a different line.

In your shared hosting, it looks as though the database was hosted elsewhere from the website, which is why there was a different address. I would guess that each database created could have been on a different database server, hence you had database-name.db.1and1.com.
 
Thank you for the reply. When you say "logging in to the new server and checking that this is the location of the website files" I'm assuming you mean by SSH such as Putty because I don't know where to find this info in the Plesk control panel.

Also, by researching via SSH, I believe it is: /var/www/vhosts/webspace-domain/pongo/core/
where webspace-domain (or "server name" as defined by 1and1) in my case is: u18*****.onlinehome-server.com

The files that are in httpdocs are just default web page files for: u18*****.onlinehome-server.com

update!! just got the transfer to work! I fixed it by setting $database_server = 'localhost'; as you suggested.

thanks again for your help.
 
Back
Top