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

Include or access to other domain files

R

RobertoSV

Guest
Hello,

I've a dedicated server and all the domains of the machine are managed by me.

I'd like to access to a files from one domain from other with PHP, example...

I'd like to access to:

c:\inetpub\vhosts\domain1.com\httpdocs\pictures\00000.jpg

FROM a file thumb.php in:

c:\inetpub\vhosts\domain2.com\httpdocs\thumb.php

file_exists($file); --> returns false but the file exists, this could be a permissions or safe_mode issue http://php.net/manual/es/function.file-exists.php

If I try the same from the same app dir works well.

The safe_mode of PHP is disabled, I've tried to set permissions to ALL but it doesn't work.

Any help will be appreciated.

Thanks in advance.
 
Back
Top