diff options
author | Jason S. Lingohr <jsl@apache.org> | 2003-09-18 12:07:25 +0200 |
---|---|---|
committer | Jason S. Lingohr <jsl@apache.org> | 2003-09-18 12:07:25 +0200 |
commit | 03f6adb9c4f6ff7df064de3fa766fd952ef725d6 (patch) | |
tree | 783449989b3d3b9efe160d0129c3e00851b05e62 /docs | |
parent | Minor fixes. (diff) | |
download | apache2-03f6adb9c4f6ff7df064de3fa766fd952ef725d6.tar.xz apache2-03f6adb9c4f6ff7df064de3fa766fd952ef725d6.zip |
Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/sections.html.en | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index 0bd9ef0016..f988d6ee0d 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -319,7 +319,7 @@ sections is also syntactically allowed in <code class="directive"><a href="./mod/core.html#locationmatch"><LocationMatch></a></code>, <code class="directive"><a href="./mod/mod_proxy.html#proxy"><Proxy></a></code>, and <code class="directive"><a href="./mod/mod_proxy.html#proxymatch"><ProxyMatch></a></code> -sections. There are some exceptions, however.</p> +sections. There are some exceptions, however:</p> <ul> <li>The <code class="directive"><a href="./mod/core.html#allowoverride">AllowOverride</a></code> directive @@ -347,8 +347,9 @@ are interpreted, it is important to understand how this works.</p> <ol> <li> <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code> (except regular expressions) - and .htaccess done simultaneously (with .htaccess, if allowed, - overriding <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>)</li> + and <code>.htaccess</code> done simultaneously (with + <code>.htaccess</code>, if allowed, overriding + <code class="directive"><a href="./mod/core.html#directory"><Directory></a></code>)</li> <li><code class="directive"><a href="./mod/core.html#directorymatch"><DirectoryMatch></a></code> (and <code><Directory ~></code>)</li> |