How can who help me ?
I trying add new subdomain on plesk, but I gived error :
Actually you could find even more folders for domain and subdomain in the system. i.e. there may be a folder with mail settings, etc. It is 100% the same for domains and subdomains. They all are configured by Plesk automatically and normally don't require your attention.
They are out of folder with user content (/var/www/vhosts/DOMAIN/<whatever name you like>) to
1) don't confuse people with multiple system files they don't need
2) prevent system files be incidentally removed/corrupted
Keeping system files in /var/www/vhosts/SUBDOMAIN also
1) makes it easy to get a list of all vhosts in the system (ls /var/www/vhosts/)
2) makes it easy to develop scripts for any custom work over Plesk vhost settings. Whatever setting of a vhost you need it is in /var/www/vhosts/<vhostname>/...
3) keeps settings of all vhosts stored and processed the same way -> more stable and reliable
And what would be your problem of having another directory for settings?
/var/www/vhosts/domain.tld/sub.domain.tld/
/var/www/vhosts/domain.tld/subdomains/mysubdomain into /var/www/vhosts/sub.domain.tld/
Hi,
I got no error when creating subdomain and pointing it into subfolder /httpdocs/foldername/
But the php file under that httpdocs/foldername/index.php Is never loading
What's going on? I see a lot slower loading in this panel than Cpanel ... too much different.