This question addresses how to enable symbolic links in the Sites directory; however, it only works on directories.
With FollowSymLinks
, Apache on OS X will follow symlinks for directories, but not for files.
For example:
This works: ~/Sites/Experiments -> /Users/myusername/Projects/Experiments/
This fails: ~/Sites/test.html -> /Users/myusername/Projects/Test1/test.html
Forbidden
You don't have permission to access
How can I configure Apache or permissions so that Apache will follow file symlinks?