Hi Henrik,

> the following lines added to the mimes section in http.l?:
> 
>       (`(chop "swf") "application/x-shockwave-flash" 3600)
>       (`(chop "xml") "text/xml" 3600)

Yes, this is OK, but it only tells the browser what to _do_ with such
files.

What you also need is to _allow_ these files, because otherwise they
would not be "served". If you put all such files into a common
directory, say, "contents", you could add a line

   (allow "contents/" T)

to allow the whole directory.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to