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

web_user and php

D

dennisbarn

Guest
hi all,

i have a question regarding our web_user directory. Why is my php script cant read this directory? my code snippet
PHP:
is_dir(".../web_users/user") ---> returns false
However
PHP:
is_dir(".../httpdocs/user/") ---> returns true
Is there anyway possible that i could read the files found on web_users directory? i badly needed this so my users will see their files on their respective web_users folder via php script or http. :) Is symbolic link possible? :(

thanks in advance and regards,

dennis
 
any idea?

do i have to actvivate allow php in the web_user and instead put the script in each web_user directory rather than in the doc_root?

thanks and any help is appreciated :D

regards,
 
well after some time of inqueries i guess it's not possible to access web_users folder unless i have those 2 imp. params i.e. (ftp_username & ftp_password). as for php, ftp_nlist() was the soln. :D
 
Back
Top