From: Daniel Earl Poirier Date: Sat, 30 Oct 2010 19:10:54 +0000 (+0000) Subject: Clarify that when troubleshooting .htaccess files, you need to reload X-Git-Tag: 2.3.9~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c96477714a86f7fce71a9f8e97c22580c2dd01b3;p=apache Clarify that when troubleshooting .htaccess files, you need to reload 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 --- diff --git a/docs/manual/howto/htaccess.xml b/docs/manual/howto/htaccess.xml index 3ef18e9539..27cf03bbee 100644 --- a/docs/manual/howto/htaccess.xml +++ b/docs/manual/howto/htaccess.xml @@ -411,7 +411,7 @@ Options +IncludesNoExec -ExecCGI
set such that your configuration directives are being honored. Make sure that you don't have a AllowOverride None in effect for the file scope in question. A good test for this is to put garbage - in your .htaccess file and reload. If a server error is + in your .htaccess file and reload the page. If a server error is not generated, then you almost certainly have AllowOverride None in effect.