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

Recent content by cibou

  1. C

    Question Access files in other domain with php

    we cant give root right to a domain ? so that it can access all the server no?
  2. C

    Question Access files in other domain with php

    when I run a is_dir, I get false, as I can find this folder from my other domain :-(
  3. C

    Question Access files in other domain with php

    hello : I am using this method in symfony (php) on ubuntu server: $finder->files()->in($path); where my path is : "/var/www/vhosts/myevercard.com/httpdocs/card/" So to double check if I could see this folder I tried that : echo is_dir('/var/www/vhosts/myevercard.com/httpdocs/card/') ...
  4. C

    Question Access files in other domain with php

    I just did is_dir() of my path from the root /var/www …
  5. C

    Question Access files in other domain with php

    Hello, I removed the php directive to enable the visibility of all folder in the server with php. But when I try to access another domain like /var/www/vhosts/AnotherDomain/httpdocs/XX, it says that the folder does not exists.. and ofc it exists :-) there is a configuration I missed in plesk...
Back
Top