سؤال

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