• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

entering subdomain from top level domain.

S

seba@

Guest
Hey,
I made a subdomain and I want to upload images and create folders in it from a php script that 's running on the main domain.

So here is the script:
/var/www/vhosts/{domain}/httpdocs/

and here is the subdomain:
/var/www/vhosts/{domain}/subdomains/{subdomain}/httpdocs/

But so how can I enter that subdomain from a script in the top level domain.

cause with mkdir('/var/www/vhosts/{domain}/subdomains/{subdomain}/httpdocs/{dir}');
it doesn't work.

Thx in advance,
seba
 
Back
Top