Change MAMP document root with symbolic link


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ln -s /Applications/MAMP/conf/apache/vhosts/ ~/dropbox/sites/php
  2. ln -s /Applications/MAMP/htdocs/ ~/dropbox/sites/php

Report this snippet


Comments


You need to login to view comments.