## Site Location
>[stackoverflow](https://stackoverflow.com/questions/5365055/where-is-localhost-folder-located-in-mac-or-mac-os-x)
There are actually two place where where mac os x serves website by default:
/Library/WebServer/Documents --> http://localhost
~/Sites --> http://localhost/~user/
## Configure ~/Sites
See [Here](https://coolestguidesontheplanet.com/install-apache-mysql-php-on-macos-mojave-10-14/)