我在哪里可以找到symfony3的vhost配置

时间:2017-10-28 14:05:40

标签: php symfony symfony3.x

我想通过testing.dev而不是localhost:8000访问我的网站。 我怎样才能做到这一点?

<VirtualHost *:8000>
    DocumentRoot "C:/Websites/test"
    ServerName www.testing.dev
    ServerAlias testing.dev
</VirtualHost>

我搜索了问题,但他们都谈到了httpd-vhost.conf文件,但我的项目中似乎没有。

我在哪里/如何找到它?仅供参考,我正在使用内置的网络服务器(bin / console server:run)

已经尝试过

  • 我在xampp文件夹中找到了一个httpd-vhost.conf(不要使用xampp tho)

0 个答案:

没有答案