• 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.

How do i find my full path to root?

T

TSerrano

Guest
I cant seem to find my full path to root
in plesk reloaded.

Also i am trying to setup a cron tab for a php
file and im not sure how to make the command:D
 
if you want to knwo what directory you are in while logged in via ssh then try

pwd

Which should tell you the directory you are currently in.

If your talking about where the root directory for a website in on your box, then upload a file called info.php which contains the following:

<?phpinfo();?>

then view that file from a browser. this will display lots of php information such as where that file is located. look for "SCRIPT_FILENAME" and that will have the value of something like

/home/httpd/vhosts/DOMAIN.COM/httpdocs/info.php

Hope that helps
W
 
Back
Top