]> granicus.if.org Git - apache/commitdiff
Clarify that when troubleshooting .htaccess files, you need to reload
authorDaniel Earl Poirier <poirier@apache.org>
Sat, 30 Oct 2010 19:10:54 +0000 (19:10 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Sat, 30 Oct 2010 19:10:54 +0000 (19:10 +0000)
the page.  Reported by Filipus Klutiero, PR50176.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029165 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/htaccess.xml

index 3ef18e95395ebed4d1e724cb18aa1be8fd68293a..27cf03bbee883181fe4cda0e5f9c46bb8c2b7608 100644 (file)
@@ -411,7 +411,7 @@ Options +IncludesNoExec -ExecCGI<br />
     set such that your configuration directives are being honored. Make
     sure that you don't have a <code>AllowOverride None</code> in effect
     for the file scope in question. A good test for this is to put garbage
-    in your <code>.htaccess</code> file and reload. If a server error is
+    in your <code>.htaccess</code> file and reload the page. If a server error is
     not generated, then you almost certainly have <code>AllowOverride
     None</code> in effect.</p>