diff options
author | Joshua Slive <slive@apache.org> | 2003-01-09 21:03:15 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2003-01-09 21:03:15 +0100 |
commit | 60375d05d0dd5d288d7a022acbf0fac53ed41a4c (patch) | |
tree | c8a4e3c0b8cb542d6e12d0a9136b6e480a9ce71b /docs/manual/content-negotiation.html.en | |
parent | Don't require MMX (diff) | |
download | apache2-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.en | 2 |
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"><Directory></a></code>, <code class="directive"><a href="./mod/core.html#location"><Location></a></code> or <code class="directive"><a href="./mod/core.html#files"><Files></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> |