Rank: Aficionado
Joined: 7/30/2006 Posts: 105
|
I have uploaded a media file using the backend. Using the file in a macro gives me the correct URI:
http://myserver/media/10411/video.flv
In my FTP client I can see that the path is correct, the permissions are displayed as "-rw-rw-rw-" (666, the number of the beast, eh?). However, I get a "404 Not Found" when I try to open it. :(
What could be causing this?
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 488 Location: NL
|
This is probably because the webserver is denying to serve the content (its a flv-file, not a regular image or html-extension)
It is kinda weird that it is throwing a 404, but that might be because of security-reasons.
Ask your host to allow flv-files to be served by the webserver.
HTH,
PeterD
Working on an events-calendar with recursion. Post requests on my blog!
|
Rank: Aficionado
Joined: 7/30/2006 Posts: 105
|
Thanks, I'll do that. At least one problem that can be solved easily. :D
|