Virtual hosts not working on MAMP

后端 未结 8 1529
被撕碎了的回忆
被撕碎了的回忆 2021-01-12 04:25

I am running into virtual hosts setup issues on MAMP. Here is my vhosts config

8条回答
  •  遥遥无期
    2021-01-12 04:48

    Open the main Apache configuration file, httpd.conf, which is located at

    Applications/MAMP/conf/apache/httpd.conf

    and Remove the hash (pound) sign from the beginning of the line that begins with Include:

    Virtual Hosts

    Include /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf
    

提交回复
热议问题