http404 Error
phpcn_u460902018-04-06 00:35:39
<VirtualHost *:80>
#Bind the primary domain name
ServerName test.cc
#Bind the second domain name
ServerAlias test.cc
DocumentRoot "F:\www\tp5\public"
<Directory "F:\www">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>