summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2005-06-23 01:01:12 +0000
committerRich Bowen <rbowen@apache.org>2005-06-23 01:01:12 +0000
commitf422d7b967dcdd64fea2811759902d7531bc6693 (patch)
tree2c9ae85d1726a598d59958fb3228e8d44fac46eb /docs
parentda064dde5c833317780ce0bccc06c6670403d9b0 (diff)
downloadhttpd-f422d7b967dcdd64fea2811759902d7531bc6693.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_mime.html.en2
-rw-r--r--docs/manual/mod/mod_mime.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en
index b4d3ff8004..75e4d67cba 100644
--- a/docs/manual/mod/mod_mime.html.en
+++ b/docs/manual/mod/mod_mime.html.en
@@ -894,7 +894,7 @@ extensions</td></tr>
the default list of mappings from filename extensions to content
types. Most administrators use the provided <code>mime.types</code>
file, which associates common filename extensions with IANA registered
- content types. The current list is maintained at <a href="http://www.isi.edu/in-notes/iana/assignments/media-types/media-types">http://www.isi.edu/in-notes/iana/assignments/media-types/media-types</a>.
+ content types. The current list is maintained at <a href="http://www.iana.org/assignments/media-types/index.html">http://www.iana.org/assignments/media-types/index.html</a>.
This simplifies the <code>httpd.conf</code> file by providing the
majority of media-type definitions, and may be overridden by
<code class="directive"><a href="#addtype">AddType</a></code> directives as
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index fb517d63ef..195d3f0af4 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -865,8 +865,8 @@ extensions</description>
types. Most administrators use the provided <code>mime.types</code>
file, which associates common filename extensions with IANA registered
content types. The current list is maintained at <a href=
- "http://www.isi.edu/in-notes/iana/assignments/media-types/media-types"
- >http://www.isi.edu/in-notes/iana/assignments/media-types/media-types</a>.
+ "http://www.iana.org/assignments/media-types/index.html"
+ >http://www.iana.org/assignments/media-types/index.html</a>.
This simplifies the <code>httpd.conf</code> file by providing the
majority of media-type definitions, and may be overridden by
<directive module="mod_mime">AddType</directive> directives as