|
Adding Web Sites
By default the location of your web sites is in the Application:MAMP:hdocs folder

Now to add your own sites just make folders inside the htdocs folder. You can also add sub folders. example:
Clients-- |--abcClient |--xyzClient Projects-- |--joomlasite |--joomlasite2
To access your web sites via your web browser you would type in this address http://localhost:8888
Then your folders name for example http://localhost:8888/myfirstwebsite. or ://localhost:8888/mysecondwebsite.
Try not to use spaces or special characters to your folders names because web browsers convert spaces to "%20%20" in the URL etc.
|