Sounds like your issue has more to do w/the configuration of the web
server and the behavior of your web browser than PowerPoint.
I'd check into what your MIME type (aka Content-type) settings are for
the various file extensions/types. Examples of them are:
Content-type: application/octet-stream
Content-type: text/plain
Content-type: text/html
Maybe
http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c3ws25.html,
http://docs.info.apple.com/article.html?artnum=107015 or something
similiar will point you in the right direction. I'm personally not too
familiar w/Apache server configuration.
gregluckly@ranfordps.det.wa.edu.au - 24 May 2006 04:30 GMT
> Sounds like your issue has more to do w/the configuration of the web
> server and the behavior of your web browser than PowerPoint.
[quoted text clipped - 10 lines]
> similiar will point you in the right direction. I'm personally not too
> familiar w/Apache server configuration.
Thanks for the pointer, will give it a go!