People «
Gross Matthew - zguy
Collections Questions [Solved]
Started by zguy, edited by Christian Loubechine on Mar. 11 2009
Having some setup issues with collections

Business cardGross Matthew
Skip to main content Help Control Panel
www.yacs.fr
YACS : Prenez le web par les cornes !
People «
Started by zguy, edited by Christian Loubechine on Mar. 11 2009

Business cardGross Matthew
For the proper setup of collections, you have to put files in a web space anyway. It is ok to have files on a USB key, providing the web server (e.g., Apache) knows how to access this space on specific URL. If you know how to manage
.htaccessfiles, this is quite easy. If not, the best way to go is to place all files below the directory used by the web server.For example, if this web directory is mapped at
/var/httpd/htdocs/, this is the place that the server will look at for web references likehttp://server_name/. Create a sub-directoryvideosbelowhtdocsand upload your files there. Then configure a collection with path/var/httpd/htdocs/videosand web prefixhttp://server_name/videos. The first parameter is used by YACS to handle content of the collection. The second parameter is used to allow web access to individual files of the collection.