I have a joomla component that fetches the audio songs from the music fol开发者_开发知识库der on the server and plays them in the front end. And the users can upload their songs from the front end.
I have ~/public_html and few subdirectories with sites inside. B开发者_运维百科ut I have also ~/projects with all my projects (not only websites). I\'m trying to link ~/projects/X with ~/public_html/X
$_SERVER[\'DOCUMENT_ROOT\'] returns /usr/local/apache/htdocs/ is there a way to get /home/user/public_html/
I am familiar with Linux, less with IIS. I have been using Linux/Apache to share user directories for a while set up like this:
I have been using perlbrew to manage multiple versions of perl on a Linux Fedora notebook. I have used it with great benefit to run command-line scripts mostly using App::cmd.
I have found this question, but it was never resolved and don\'t want to hijack it for myself. I\'ll try and give as many details as possible.
Here\'s the situation: subversion is already installed in the server and I have access to one of the shared accounts in the server (not the root), and this shared hosting account has SSH access.