Forum Moderators: phranque
<VirtualHost name1.mydomain.com>
DocumentRoot /usr/local/apache/name1_www
ServerName name1.mydomain.com
ErrorLog /usr/local/apache/logs/name1_logs/error_log
TransferLog /usr/local/apache/logs/name1_logs/access_log
</VirtualHost>
but after do this when i try to connect to eg. formu...
in my browser opens www...
How i can do this (i read apache docs but i can find out my problem solutions)
Thx for Help :)
Wecome to WebmasterWorld!
I recommend that you start with the Apache Name-based virtual hosts documentation [httpd.apache.org].
Jim