So I finally suceeded in getting MAMP to play nice with MU.
Now I need to get Dreamweaver hooked up to the database that powers MU. The problem? Whenever I specify the location of the mysql server in dreamweaver I get errors referencing me back to an incorrect URL to my testing server.
And therein lies the problem. On the MAMP forums they say that you need to point dreamweaver to this url: http://localhost:8888/
So I thought switch that up with http://localhost:80/ and I should be set to gel. No go.
Then I thought maybe my modified etc/hosts file is mucking this about. So I went ahead and tried http://localhost.localdomain AND http://localhost.localdomain:80/.
And both were a no go. So I'm stuck. If anyone else has any advice on how to proceed I would be much obliged. The truth is getting MU setup locally is extremely helpful. Getting setup locally and running through dreamweaver is even better.