我在尝试在 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 中访问我的本地主机时,我收到一条oops google chrome could not...
消息,我做错了什么?