I have a folder with php libraries and other helper functions. This directory should be accessible for every website.
So i have uploaded the directory to /var/www/html named libs (/var/www/html/libs)
I want to symlink this folder to every created user, so my first question is how?
I tryed to make a symlink in one of the websites but it keeps saying "Symbolic link not allowed or link target not accessible", how can i solve these problems?
Thank you in advance
So i have uploaded the directory to /var/www/html named libs (/var/www/html/libs)
I want to symlink this folder to every created user, so my first question is how?
I tryed to make a symlink in one of the websites but it keeps saying "Symbolic link not allowed or link target not accessible", how can i solve these problems?
Thank you in advance