Gross Matthew - zguy
Collections Questions [Résolu]
Posté par zguy le 29 jan. 2008, modifié par Christian Loubechine le 11 mar. 2009, avec Bernard Paques
Having some setup issues with collections

5 contributions, dont :
Carte de visiteGross Matthew








Sites faits avec Yacs


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.