Search found 1 match
- Thu Mar 20, 2025 7:46 pm
- Forum: MAMP - General Discussion & Troubleshooting
- Topic: Problem with htaccess after migration
- Replies: 4
- Views: 89689
Re: Problem with htaccess after migration
For information
I have reported the bug in the MAMP bugbase and received the following answer.
1. Open the file "/Applications/MAMP/conf/apache/httpd.conf" in a text editor
2. Change the line
#LoadModule rewrite_module modules/mod_rewrite.so
to
LoadModule rewrite_module modules/mod_rewrite.so
3 ...