Is anyone else havign this issue? Everytime I try to view a PNG file link from the Vray Help file using firefox, it comes out as garbled text, and not as an image…
This may be an issue with the way I have firfox setup (nothing special), but I am hoping that someone could point me in the right direction.
PS… I also want to note, that I can see png images on other webpages. Which is what makes it even more confusing.
AddType directive
Syntax: AddType MIME-type extension …
Context: server config, virtual host, directory, .htaccess
Override: FileInfo
Status: Base
Module: mod_mime
The AddType directive maps the given filename extensions onto the specified content type. MIME-type is the MIME type to use for filenames containing extension. This mapping is added to any already in force, overriding any mappings that already exist for the same extension. This directive can be used to add mappings not listed in the MIME types file (see the TypesConfig directive). Example:
AddType image/png .png
It is recommended that new MIME types be added using the AddType directive rather than changing the TypesConfig file.
Note that, unlike the NCSA httpd, this directive cannot be used to set the type of particular files.
The extension argument is case-insensitive, and can be specified with or without a leading dot.
This is of course for a linux/apache server, I assume thats what you guys are running. Most phpbb forums run on linux/apache
This is the only server I’ve seen with this PNG problem - like I said, its a problem with the server declaring mimetypes improperly. IE has worse support of PNG than Firefox…IE doesn’t support PNG alpha channel. Just last week, IE dropped beneath 90% market share because of Firefox.
and the only reason IE has 90% is that Colleges/schools and a lot of home users still use IE becuase it comes with windows. Make people decided on DL’ing IE and FF, I bet you will see a huge change in the numbers.
The only reason why someone would use IE instead of Firfox is because they don’t know about Firefox… either that or they like to slow down their web-browsing, and love security holes and spyware.
And yes… it is just this website. Can I suggest they if they can’t fix the server, the change the files to JPG instead?
when i save the website via IE i get the png’s changed to htm’s however all i do is rename them from htm to png and in the html for the site i change their references from htm to png and it works