Symlinked MAMP Folder Causing 403 Forbidden
问题 I have a folder in my root MAMP directory, "site". I have that symlinked to a folder in ~/Documents/Dropbox/site, so whatever happens in "site" gets transferred to Dropbox. However, when I do this, I get a 403 forbidden error when trying to view localhost/site - is this a problem because I'm using PHP and I should fix php.ini, or is this an httpd.conf problem? In httpd.conf, I have AllowOverride set to None . Thanks for any answers in advance. 回答1: There's also the FollowSymlinks option in