I'm archiving a website and won't need it to work offline, so got rid of the +*.jpg etc. rules that were causing externally-hosted images to be included. This changed a few images referenced by a relatively small number of pages to change their file extension from .ico, .jpg or .png to .html. I'm concerned about this as the archive will eventually be hosted on a webserver that uses file extensions to automatically determine MIME types, and I anticipate problems if there's a mismatch.
The file extensions and MIME type provided by the original webserver are correct, so I don't know why it's decided to make up new ones.
I'm archiving a website and won't need it to work offline, so got rid of the
+*.jpgetc. rules that were causing externally-hosted images to be included. This changed a few images referenced by a relatively small number of pages to change their file extension from.ico,.jpgor.pngto.html. I'm concerned about this as the archive will eventually be hosted on a webserver that uses file extensions to automatically determine MIME types, and I anticipate problems if there's a mismatch.The file extensions and MIME type provided by the original webserver are correct, so I don't know why it's decided to make up new ones.