ok here is my code in the config file
LoadModule vhost_alias_module modules/mod_vhost_alias.so
NameVirtualHost *
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot c:/Uniform3_1_1s/www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
<VirtualHost *>
ServerName localhost
DocumentRoot "c:/Uniform3_1_1s/www/"
</VirtualHost>
<VirtualHost *>
ServerName hostname1
DocumentRoot "Z:/user2/www/"
php_flag register_globals on
php_flag allow_call_time_pass_reference On
AddType audio/x-scpls pls
AddType audio/x-mpegurl m3u
AddType video/x-ms-asf asf asx
AddType audio/x-ms-wma wma
AddType audio/x-ms-wax wax
AddType video/x-ms-wmv wmv
AddType video/x-ms-wvx wvx
AddType video/x-ms-wm wm
AddType video/x-ms-wmx wmx
AddType application/x-ms-wmz wmz
AddType application/x-ms-wmd wmd
</VirtualHost>
<VirtualHost *>
ServerName hostname2
DocumentRoot "Z:/user3/www/"
</VirtualHost> the Z:\ is a mapped to my SimpleShare Network Attached Storage drive 400GB i get Warning: DocumentRoot [Z:/user2/www/] does not exist Warning: DocumentRoot [Z:/user3/www/] does not exist in the error log