I am trying to get the .htaccess working in MAMP.
.htaccess
The content of the .htaccess is a simple redirect line but it does not work. I am trying
In httpd.conf on /Applications/MAMP/conf/apache, find:
httpd.conf
/Applications/MAMP/conf/apache
Options Indexes FollowSymLinks AllowOverride None
Replace None with All.
None
All
Restart MAMP servers.