From c96477714a86f7fce71a9f8e97c22580c2dd01b3 Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Sat, 30 Oct 2010 19:10:54 +0000 Subject: [PATCH] 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 --- docs/manual/howto/htaccess.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.40.0