mod_rewrite module on Apache

All MAMP discussions around troubleshooting and anything related to MAMP. Be as detailed as possible here when posting an issue.
Post Reply
stareye
Posts: 3
Joined: Fri Feb 18, 2022 3:40 pm

mod_rewrite module on Apache

Post by stareye »

Hello,

I am running a WordPress website on MAMP 6.6. Nevertheless I cannot find a way to activate the Pretty Permalinks as, it looks like Apache mod_rewrite module is not working.

It's an out of the box MAMP configuration and I tried only to modify the httpd.conf template. I changed this part of the file (I changed the AllowOverride None to AllowOverride All):

<Directory />
Options Indexes FollowSymLinks
AllowOverride All
</Directory>

It doesn't seem to work.
Any ideas on how I could make Permalinks work?

Thanks :-)
Post Reply