hosts配置如下:
127.0.0.1 www.ytogo.cc
127.0.0.1 ytogo.cc
vhosts-ini配置如下:
DocumentRoot "F:PhpStudyPHPTutorialWWWPHPCMS"
ServerName www.ytogo.cc
ServerAlias ytogo.cc
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
目前用ytogo.cc網域提示Not Found
用www.ytogo.cc正常可以顯示首頁訊息
這是什麼問題呢?