<VirtualHost 115.47.54.10:80> 
    ServerName *.zhao.com
    ServerAlias *.zhao.com
    DocumentRoot "C:/AppServ/www"
 <Directory "C:/AppServ/www">
 Options FollowSymLinks
 AllowOverride All
 Order allow,deny
 Allow from all
 </Directory>
</VirtualHost>提示如下:
Not Found  404
The requested URL / was not found on this server.不知错在哪