look at your mime types. your web server isn't telling IE what the proper mime type is.
for apache take a look at /etc/httpd/conf/httpd.conf and see if you've got:
AddType application/x-httpd-php3 .php3
if not add it.
for pdf look at /etc/httpd/conf/magic and add:
0 string %PDF- application/pdf