I'm knocking my head against the wall with the `ln` command on my website.
Why when I do `ln -nfs ../../folder folder`, the folder is read by my website through the symlink but not when I move the folder one level above and do `ln -nfs ../../../folder folder`? Is there some kind of limitation with the path length?