我使用的是 Mac,我将webroot
文件夹放在 Dropbox 子文件夹中。一切正常,但我遇到了一个问题
/Dropbox/webroot
/Dropbox/webroot/site-one.com
/Dropbox/webroot/site-two.com
/Dropbox/webroot/john_shared_html/site-three.com
/Dropbox/webroot/mark_shared_html/site-four.com
如果我能找到site-three.com
并site-four.com
通过浏览器中的数字http://localhost/site-three.com
代替http://localhost/john_shared_html/site-three.com
是否存在使用 hosts 文件或类似文件来实现这一点的方法?我正在使用 XAMPP
答案1
使用符号链接
ln -s /Dropbox/webroot/john_shared_html/site-three.com /Dropbox/webroot/site-three.com