• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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