Pregunta

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.

¿Fue útil?

Solución

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"
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top