thefactoyweb

Registered
Oct 13, 2011
3
0
51
cPanel Access Level
Root Administrator
Hello we migrate from Plesk to Cpanel and have one dude

Actually we have one cental domain and under this central website , when i have plesk create vhosts for have 10 domains running over the central domain which have informations and pics , etc , but this other domains empty , for this we create vhosts , as tell until , into each domain in plesk , this vhost let navigate with the other domains over the central domain as if all domains have content but the content it´s of the central domain , but into cpanel we don´t know how can do this

The code we insert into plesk this :

ServerAlias escortsmallorca.com www.websiteredir1.com
DocumentRoot /var/www/vhosts/websiteprincipal.com/httpdocs

<Directory /var/www/vhosts/websiteprincipal.com/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/websiteprincipal.com/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/var/www/vhosts/websiteprincipal.com/httpdocs:/tmp"
</IfModule>
Options +Includes +ExecCGI
</Directory>


But in cpanel how we can do this , in Plesk in each domain we have the folder called conf and into put httpd.include and vhost.conf

But we don´t know do the same in cpanel


Thank´s !