summaryrefslogtreecommitdiffstats
path: root/docs/manual/content-negotiation.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2003-01-09 21:03:15 +0100
committerJoshua Slive <slive@apache.org>2003-01-09 21:03:15 +0100
commit60375d05d0dd5d288d7a022acbf0fac53ed41a4c (patch)
treec8a4e3c0b8cb542d6e12d0a9136b6e480a9ce71b /docs/manual/content-negotiation.html.en
parentDon't require MMX (diff)
downloadapache2-60375d05d0dd5d288d7a022acbf0fac53ed41a4c.tar.xz
apache2-60375d05d0dd5d288d7a022acbf0fac53ed41a4c.zip
Access.conf? Nope.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98230 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/content-negotiation.html.en')
-rw-r--r--docs/manual/content-negotiation.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en
index 5c1c1f7a9e..c42ce5f777 100644
--- a/docs/manual/content-negotiation.html.en
+++ b/docs/manual/content-negotiation.html.en
@@ -189,7 +189,7 @@ Negotiation</a></li>
<p><code>MultiViews</code> is a per-directory option, meaning it
can be set with an <code class="directive"><a href="./mod/core.html#options">Options</a></code>
directive within a <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>, <code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code> or <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> section in
- <code>access.conf</code>, or (if <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> is properly set) in
+ <code>httpd.conf</code>, or (if <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> is properly set) in
<code>.htaccess</code> files. Note that <code>Options All</code>
does not set <code>MultiViews</code>; you have to ask for it by
name.</p>