summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2005-06-23 03:19:31 +0200
committerRich Bowen <rbowen@apache.org>2005-06-23 03:19:31 +0200
commit7656bcc31129f42d7928dbd878a5209b42b106ac (patch)
tree3c88c258cb9df6e879a44e86d77f961fed0204af
parentSomehow I just committed the wrong file. This patch adds an example for (diff)
downloadapache2-7656bcc31129f42d7928dbd878a5209b42b106ac.tar.xz
apache2-7656bcc31129f42d7928dbd878a5209b42b106ac.zip
Correct the location of this resource.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@193037 13f79535-47bb-0310-9956-ffa450edef68
-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 00a963d067..2fc226e8ec 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 926e58ea3b..b811495375 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