Heim > Fragen und Antworten > Hauptteil
http404-Fehler
phpcn_u460902018-04-06 00:35:39
<VirtualHost *:80>
#绑定主域名
ServerName test.cc
#绑定第二域名
ServerAlias test.cc
DocumentRoot "F:\www\tp5\public"
<Directory "F:\www">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>