Hi Guy Thanks for your suggestions.
I tried the change and when I look at my hosts file I see this: ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost I have not changed anything. I got the same error in the browser - that safari could not find the page --- In [email protected], Guy Morton <g...@...> wrote: > > Try using 127.0.0.1 instead of "localhost" > > You probably don't have "localhost" set up in your hosts file. You can open a > terminal and edit your hosts file like so: > > sudo vi /etc/hosts > > then add > > 127.0.0.1 localhost > > and save. > > Guy > > > On 31/12/2009, at 9:33 AM, DavidW wrote: > > > I have installed MAMP and according to the MAMP site, the install works. > > > > However, when I want to get the flex php examples to work on my localhost, > > it says localhost not found. > > > > makes the thing a bit of a pain unless I abandon PHP. Seems like the wrong > > solution. > > > > I am extremeley experienced in using my Mac. Any ideas or pointers? > > > > >

