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.
There’s also the
FollowSymlinksoption in Apache, which is generally disabled by default. You can enable it by doing