Tag Archives: configuration

PHP File uploading of Large Files in MAMP PRO

If you want to upload large files and your MAMP setup is not working and giving you an error message (in my case, the $_FILES variables were not being even set), check some parameters in your PHP.INI file. In MAMP … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off on PHP File uploading of Large Files in MAMP PRO

Configuring MAMP PRO

The first thing I did after installing MAMP PRO is change the default ports of Apache and mySQL. Apache = Port 80 MySQL = Port 3306 That way, I don’t have to type port numbers during my testing… i.e. localhost:8080 … Continue reading

Posted in mamp | Tagged , , | Comments Off on Configuring MAMP PRO