How Tos > General
Activating Output Buffering
- Start MAMP PRO
- Select File -> Edit Template -> PHP 5.x.x php.ini / PHP 5.x.x php.ini
- Search this line
output_buffering = Off - Change
OfftoOnor to a maximum number of bytes instead (for example4096) - Save the file
- Start servers