我似乎无法让我的虚拟主机工作......认为我对自己在做什么一无所知。
httpd.conf
NameVirtualHost *
<VirtualHost *>
ServerName localhost
DocumentRoot "/Applications/MAMP/bin/mamp"
<Directory "/Applications/MAMP/bin/mamp">
Options Indexes FollowSymLinks Includes execCGI
AllowOverride None
Order Allow,Deny
Allow From All
</Directory>
</VirtualHost>
# rev.dev
<VirtualHost *>
ServerName revcms.dev
DocumentRoot "/Users/manuel/Sites/Rev"
<Directory "/Users/manuel/Sites/Rev">
Options Indexes FollowSymLinks Includes execCGI
AllowOverride None
Order Allow,Deny
Allow From All
</Directory>
</VirtualHost>
等/主机
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
127.0.0.1 rev.dev
我完全不知道我做错了什么,http: //rev.dev 的行为与 127.0.0.1 相同有什么帮助吗?