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

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