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

linux path problem with linking in script

A

alekhin

Guest
hi everyone...

i got a problem..

there are some include file scripts in my php files like include("/script.php")... there is no dot because my links are like domain.com/asdasd/Asdasdas/asdasd.html...

but i cant use them like that.. i have to write the path /srv/www/vhosts/.... it is too long and i cant work in my local pc like that... how can i solve it. thanks....

(sorry for bad english)
 
so include files without leading slash, i.e. as 'folder/file', not as '/folder/file'
 
Back
Top