Spaces in image filename in MAMP7

All MAMP discussions around troubleshooting and anything related to MAMP. Be as detailed as possible here when posting an issue.
Post Reply
scottster
Posts: 1
Joined: Thu Apr 10, 2025 9:26 pm

Spaces in image filename in MAMP7

Post by scottster »

In MAMP6, this HTML works as expected:

<img src="images/categories/AG25MM Small.jpg" title="Roto Burs" alt="(image for) Roto Burs" width="600" height="89" loading="lazy">

In MAMP7, it is served with the space changed to a %20, but this gives a 500 error. Even changing the filename in Inspect back to have a space doesn't work.

Somehow Apache is configured to not be able to serve a filename with an embedded space in MAMP7. Any ideas?
Post Reply