• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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