Why won’t a fresh install MAMP 7.3 work with projects “.htaccess” files with “RewriteEngine” rules set in them?

I have just upgraded my macOS 26.1 install of MAMP to version 7.3. Cool, right? Partially.

It seems that any/all projects with an .htaccess file that have RewriteEngine rules set chokes the works.

Checking the error logs in /Applications/MAMP/logs/apache_error.log show the following lines:

[Wed Dec 10 13:52:05.788772 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-A/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 10 13:52:05.788987 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-B/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 10 13:52:05.789350 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-C/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 10 13:52:05.789585 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-D/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 10 13:52:05.790113 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-D/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 10 13:52:05.790356 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-E/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Dec 10 13:52:05.790695 2025] [core:alert] [pid 90457:tid 6159724544] [client 127.0.0.1:65064] /Applications/MAMP/htdocs/Project-F/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

The core error message being:

.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration

This stinks. What can I do to fix this?