Migrating PHP and Apache to latest Mac OS after update
After upgrading you MacOS, you will need to reconfigure your MAMP server. Fortunately, it’s pretty easy to do. However, sometime hiccups happen. Here’s a quick guide to follow that will walk you through the things to check. 1. enable php.ini cd /etc move default to php.ini sudo cp php.ini-5.2-previous php.ini If you need to resetup…
Read More Migrating PHP and Apache to latest Mac OS after update