Die Installation von Magento auf Mac OS X 10.7. x benötigt eine Domain - www.localhost.com
da sonst das Einloggen im Backend nicht funktioniert.
Dies muss vor der Installation von Magento geschehen, da die Zuweisung der Domain schon bei der Installation abgefragt wird.
Also im Ordner private/etc/
die Datei "hosts" öffnen und entsprechenden Eintrag 127.0.0.1 www.localhost.com zufügen:
Sollte später so aussehen.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry. 127.0.0.1 localhost
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
127.0.0.1 www.localhost.com
Danach klappt es auch mit dem Login.