How do I rename MAMP web server?
问题 Is there any way to change my MAMP server address from localhost to anything else, or am I stuck with localhost as the name? 回答1: localhost is a hostname that resolves to your local computer. If you're running a webserver on your local computer, localhost will resolve to that service. On any other computer, localhost will not resolve to your webserver, but to that specific computer. If you want to add another hostname that resolves to your local computer, you can edit the hosts file and add