Ben kullanıcıların bir dosyayı indirmek için ben istiyorum dosyası (*. Lwxl) var, ama mim türü text / html ve ben uygulama bunu değiştirmek istiyorum. Bunu yapmak için herhangi bir yolu var mı?
Eğer Apache yapılandırmasına erişiminiz varsa (if you don't want to write a PHP script that will send the headers and the file content), belki AddType directive size yardımcı olabilir:
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 directive can be used to add mappings not listed in the MIME types file
Verilen örnekte, bu gibi görünüyor:
AddType image/gif .gif