From: Rich Bowen Date: Thu, 23 Jun 2005 01:01:12 +0000 (+0000) Subject: Correct the location for this resource. X-Git-Tag: 2.0.55~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f422d7b967dcdd64fea2811759902d7531bc6693;p=thirdparty%2Fapache%2Fhttpd.git Correct the location for this resource. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@193033 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en index b4d3ff80040..75e4d67cba4 100644 --- a/docs/manual/mod/mod_mime.html.en +++ b/docs/manual/mod/mod_mime.html.en @@ -894,7 +894,7 @@ extensions the default list of mappings from filename extensions to content types. Most administrators use the provided mime.types file, which associates common filename extensions with IANA registered - content types. The current list is maintained at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types. + content types. The current list is maintained at http://www.iana.org/assignments/media-types/index.html. This simplifies the httpd.conf file by providing the majority of media-type definitions, and may be overridden by AddType directives as diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml index fb517d63ef9..195d3f0af44 100644 --- a/docs/manual/mod/mod_mime.xml +++ b/docs/manual/mod/mod_mime.xml @@ -865,8 +865,8 @@ extensions types. Most administrators use the provided mime.types file, which associates common filename extensions with IANA registered content types. The current list is maintained at http://www.isi.edu/in-notes/iana/assignments/media-types/media-types. + "http://www.iana.org/assignments/media-types/index.html" + >http://www.iana.org/assignments/media-types/index.html. This simplifies the httpd.conf file by providing the majority of media-type definitions, and may be overridden by AddType directives as