| OLD | NEW |
| 1 # This is a comment. I love comments. | 1 # This is a comment. I love comments. |
| 2 | 2 |
| 3 # This file controls what Internet media types are sent to the client for | 3 # This file controls what Internet media types are sent to the client for |
| 4 # given file extension(s). Sending the correct media type to the client | 4 # given file extension(s). Sending the correct media type to the client |
| 5 # is important so they know how to handle the content of the file. | 5 # is important so they know how to handle the content of the file. |
| 6 # Extra types can either be added here or by using an AddType directive | 6 # Extra types can either be added here or by using an AddType directive |
| 7 # in your config files. For more information about Internet media types, | 7 # in your config files. For more information about Internet media types, |
| 8 # please read RFC 2045, 2046, 2047, 2048, and 2077. The Internet media type | 8 # please read RFC 2045, 2046, 2047, 2048, and 2077. The Internet media type |
| 9 # registry is at <http://www.iana.org/assignments/media-types/>. | 9 # registry is at <http://www.iana.org/assignments/media-types/>. |
| 10 | 10 |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 text/directory | 536 text/directory |
| 537 text/enriched | 537 text/enriched |
| 538 text/html html htm | 538 text/html html htm |
| 539 text/parityfec | 539 text/parityfec |
| 540 text/plain asc txt | 540 text/plain asc txt |
| 541 text/prs.lines.tag | 541 text/prs.lines.tag |
| 542 text/rfc822-headers | 542 text/rfc822-headers |
| 543 text/richtext rtx | 543 text/richtext rtx |
| 544 text/rtf rtf | 544 text/rtf rtf |
| 545 text/sgml sgml sgm | 545 text/sgml sgml sgm |
| 546 text/sky sky |
| 546 text/t140 | 547 text/t140 |
| 547 text/tab-separated-values tsv | 548 text/tab-separated-values tsv |
| 548 text/uri-list | 549 text/uri-list |
| 549 text/vnd.abc | 550 text/vnd.abc |
| 550 text/vnd.curl | 551 text/vnd.curl |
| 551 text/vnd.dmclientscript | 552 text/vnd.dmclientscript |
| 552 text/vnd.fly | 553 text/vnd.fly |
| 553 text/vnd.fmi.flexstor | 554 text/vnd.fmi.flexstor |
| 554 text/vnd.in3d.3dml | 555 text/vnd.in3d.3dml |
| 555 text/vnd.in3d.spot | 556 text/vnd.in3d.spot |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 video/vnd.motorola.video | 593 video/vnd.motorola.video |
| 593 video/vnd.motorola.videop | 594 video/vnd.motorola.videop |
| 594 video/vnd.mpegurl mxu m4u | 595 video/vnd.mpegurl mxu m4u |
| 595 video/vnd.nokia.interleaved-multimedia | 596 video/vnd.nokia.interleaved-multimedia |
| 596 video/vnd.objectvideo | 597 video/vnd.objectvideo |
| 597 video/vnd.vivo | 598 video/vnd.vivo |
| 598 video/x-dv dv dif | 599 video/x-dv dv dif |
| 599 video/x-msvideo avi | 600 video/x-msvideo avi |
| 600 video/x-sgi-movie movie | 601 video/x-sgi-movie movie |
| 601 x-conference/x-cooltalk ice | 602 x-conference/x-cooltalk ice |
| OLD | NEW |