Plesk : How to pointing domain to a subdirectory
First create your “subdirectory_name” then run terminal and edit httpd.include (vi, pico …):
pico /var/www/vhosts/domain.com/conf/httpd.include
Change every “/var/www/vhosts/domain.com/httpdocs”
To “/var/www/vhosts/domain.com/httpdocs/subdirectory_name”
Restart apache :
service httpd restart
This trick can be used to configure another domain to be pointing in another domaine : exemple
Change every “/var/www/vhosts/domain2.com/httpdocs”
To “/var/www/vhosts/domain1.com/httpdocs“

