Ok, I am trying to create a symbolic link using php symlink() function, but am not fully understanding it. Here is what the issue is.
I have several folders on a network share that has been mounted in the following location:
/home/metaimage
/home/opmadbexports
Now, I need to symlink these inside of a drupal installation located at the following location:
/home/opmadbdev/html/
I'm unsure of how to do this. FollowSymLinks is on. I just need to code to create a symbolic link and then kill the symbolic link.
EDIT EDIT EDIT
/home/metaimage AND /home/opmadbexports
are both outside the DOCUMENT_ROOT. Not sure if that would be causing me the issues I'm having. Perhaps an alias is a better idea?
Thanks!