I am running MAMP on OSX Lion, foolishly i upgraded MAMP to Version 2.0.1 yesterday and now I get the following error in my local development environment.
"NetworkError: 500 Internal Server Error - http://localhost/login.php"
Upon inspection of the apache error logs I found the following entry
[error] [client ::1] client denied by server configuration: /Users/Me/Dropbox/www/.DS_Store
I googled and found many suggestions about modifying the directory and making sure AllowOverride is set to 'All' along with adding the entry 'Allow from all' but those settings are correct.
I checked the permissions of .DS_Store and they were set to
-rw-r--r--@
But i changed it to
-rwxr--r--@
and it still didn't work. I then deleted the .DS_STore file and i still can't get it working, any suggestions would be greatly appreciated.