Howdy,
I'm not sure if this is possible but I'm sure it would be. Though at the moment I'm not too sure how to do it.
I would like some files specifically media files o be server via apache directly instead of going through matrix.
I guess there a a number of steps.
- set up an area where all media files are ad
- change the allow unrestricted access
- add a line similar to this to apache config
Alias “/media” /var/www/media
I’m assuming that by doing this that any call to a file with the url http://www.someplace.com/media/vid.mov would be served directly via apache and not via matrix through to apache?
Or is my thinking incorrect here?
Are there any other implications then if I refer to the media file via its asset id in any new pages?
thanks
Gene