MAMP localhost not working -
i have problem mamp, when try , visit url such http://localhost/discoversolar
not work.
however if visit http://streetcrime/discoversolar
works. may have set alias or have no idea how or did this.
can point me in direction of changing localhost works?
i have looked in /etc/hosts
, /applications/mamp/conf/apache/httpd.conf
, /applications/mamp/conf/apache/extra/httpd-vhosts.conf
failed find anything.
in /applications/mamp/conf/apache/httpd.conf
states servername localhost:80
thanks help!
i going through issue. couldn't localhost populate , remembered editing hosts file in /etc/hosts ..
i had commented following out:
127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost
add host file , should work :)
hope helps! regards!
update:
mamp works via port 8888 .. try
http://locahost:8888
Comments
Post a Comment