Commit e95508df authored by Daniel Gruno's avatar Daniel Gruno
Browse files

typo fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379930 13f79535-47bb-0310-9956-ffa450edef68
parent fd8a41a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@

    </section>

    <section id="htacess">
    <section id="htaccess">

      <title>AllowOverride</title>

+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@

    </section>

    <section id="htacess">
    <section id="htaccess">

      <title>AllowOverride</title>

+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@

    </section>

    <section id="htacess">
    <section id="htaccess">

      <title><code>AllowOverride</code></title>

+1 −1
Original line number Diff line number Diff line
@@ -1630,7 +1630,7 @@ bestimmte HTTP-Methoden</description>
    <note type="warning">
      Wenn es um Zugriffsbeschr&auml;nkungen geht, sollte
      ein <directive module="core" type="section"
      >LimitExcept</directive>-Container sollte immmer einem <directive
      >LimitExcept</directive>-Container sollte immer einem <directive
      module="core" type="section">Limit</directive>-Container vorgezogen
      werden, da <directive module="core" type="section">LimitExcept</directive>
      einen Schutz gegen beliebige Methoden bietet.
+1 −1
Original line number Diff line number Diff line
@@ -1484,7 +1484,7 @@ directive.</p>

      <p><strong>Inside per-directory configuration for
      <code>/somepath</code><br />
       (<code>/physical/path/to/somepath/.htacccess</code>, with
       (<code>/physical/path/to/somepath/.htaccess</code>, with
      <code>RewriteBase /somepath</code>)<br />
       for request ``<code>GET
      /somepath/localpath/pathinfo</code>'':</strong><br /> 
Loading