Apache VirtualHost and localhost

后端 未结 11 1030
广开言路
广开言路 2020-12-07 09:48

I\'m working with XAMPP on Mac OS X.

I\'m trying to run a Symfony website properly for a client, and I really don\'t know Symfony (yet). I just want to install and la

11条回答
  •  轮回少年
    2020-12-07 10:36

    According to this documentation: Name-based Virtual Host Support

    You may be missing the following directive:

    NameVirtualHost *:80
    

提交回复
热议问题