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
