Enable mod_rewrite in Apache
- Stop the servers.
- Quit MAMP.
- Open
/Applications/MAMP/conf/apache/httpd.confin a text editor. - Find the following line:
#LoadModule rewrite_module modules/mod_rewrite.so
- Remove the
#at the beginning of the line. - Save the file.
- Start MAMP and start the servers.