Project |
DocumentRoot |
Valid |
URL |
htdocs directory in: '.$ENV['HOST_PATH_TO_WWW_DOCROOTS'].'/'.$vHost['name'].'/';
$ern++;
}
if ($vHost['dns_ok']) {
if ($vHost['dns_ip'] != '127.0.0.1') {
$err[] = 'Error in /etc/hosts
'.
'Found:
'.
''.$vHost['dns_ip'].' '.$vHost['domain'].'
'.
'But it should be:
'.
'127.0.0.1 '.$vHost['domain'].'
';
$ern++;
}
} else {
$err[] = 'Missing entry in /etc/hosts:
127.0.0.1 '.$vHost['domain'].'
';
$ern++;
}
?>
|
//htdocs |
', $err); ?>
|
OK |
|
No projects here.
Simply create a folder in (on your host computer - not inside the docker).
Example:
/my_project