http404 Error
I have the same problem, have you solved it?
<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>
I have the same problem, have you solved it?
<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>