문제

I have been trying to figure out if there is a way to edit your start screen so that when you click on "Open start page" it will show your custom page. How could I do this?

Thanks.

도움이 되었습니까?

해결책

Edit your httpd.conf found on /Applications/MAMP/conf/apache/ and look for this:

Alias /MAMP "/Applications/MAMP/bin/mamp"

Then change that to your custom page:

example:

Alias /MAMP "/Users/me/custompage"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top