无法使用 xampp 在本地主机上使用自定义域

Unable to use custom domain on localhost using xampp

我想为我的 laravel 网站使用自定义域。我做了以下事情但没有用

我在httpd-vhosts.conf

中添加了这个
 ##<VirtualHost *:80>

    ##DocumentRoot "C:/xampp/htdocs/cms/public"
    ##ServerName cms.test

    ##</VirtualHost>

我已经在主机文件中添加了这个

127.0.0.1 cms.test

当我尝试浏览 cms.test 时,它会像这样打开 xampp 主页

删除代码前的 # 使其生效。