The contents of the file / etc / hosts
127.0.0.1 localhost 127.0.1.1 asus-UX32A 127.0.2.1 smm 127.0.3.1 phpmyadmin Contents ext. httpd-vhosts.conf configurations
<VirtualHost 127.0.0.1:80> ServerAdmin admin DocumentRoot "/home/asus/www/localhost/" ServerName localhost ServerAlias localhost ErrorLog "logs/localhost-error_log" CustomLog "logs/localhost-access_log" common </VirtualHost> <VirtualHost 127.0.2.1:80> ServerAdmin admin DocumentRoot "/home/asus/www/smm/" ServerName smm ErrorLog "logs/smm-error_log" CustomLog "logs/smm-access_log" common </VirtualHost> <VirtualHost 127.0.3.1:80> ServerAdmin admin DocumentRoot "/home/asus/www/phpmyadmin/" ServerName phpmyadmin ErrorLog "logs/phpmyadmin-error_log" CustomLog "logs/phpmyadmin-access_log" common </VirtualHost> But if you enter one of the addresses in the browser line, phpmyadmin or smm, then you still need to output the root directory / home / asus / www / WHAT I did not take into account? Thanks in advance for your reply