]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
move <note after <related to validate. split a long line.
authorEric Covener <covener@apache.org>
Sun, 7 Nov 2010 19:04:29 +0000 (19:04 +0000)
committerEric Covener <covener@apache.org>
Sun, 7 Nov 2010 19:04:29 +0000 (19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1032347 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/htaccess.xml

index 4fb3aada548e7bf4ec7062a506b7d0a2aae2e8d6..b97b8c78fc6916377a236d3e344d433a82deb6c1 100644 (file)
@@ -32,11 +32,7 @@ changes on a per-directory basis.</p>
 
 
 <section id="related"><title>.htaccess files</title>
-    <note>You should avoid using <code>.htaccess</code> files completely if you have access to
-    httpd main server config file. Using <code>.htaccess</code> files slows down your Apache server.
-    Any directive that you can include in a <code>.htaccess</code> file is better set in a <directive module="core">Directory</directive> block, as it will have the same effect with better performance.</note>
-
-    <related>
+   <related>
         <modulelist>
             <module>core</module>
             <module>mod_authn_file</module>
@@ -60,6 +56,12 @@ changes on a per-directory basis.</p>
         </directivelist>
 
     </related>
+
+    <note>You should avoid using <code>.htaccess</code> files completely if you have access to
+    httpd main server config file. Using <code>.htaccess</code> files slows down your Apache server.
+    Any directive that you can include in a <code>.htaccess</code> file is 
+    better set in a <directive module="core">Directory</directive> block, 
+    as it will have the same effect with better performance.</note>
 </section>
 
 <section id="what">