• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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