我在尝试在xampp上设置文档根目录时遇到问题
我在httpd.conf中进行了以下更改
DocumentRoot "C:/xampp/htdocs/sites/bk"
<Directory "C:/xampp/htdocs/sites/bk">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
当我尝试使用chrome访问我的localhost时,我收到oops google chrome could not...
消息,我做错了什么?